hi

hi i did the multithreaded socket server application... i need to test this application.. anyone here can tel me the way how to test thread based application... can anyone tell me the way......
[200 byte] By [83Krisha] at [2007-11-27 5:44:48]
# 1
launch the socketserver in a first dos command windowthen open up several other dos command windows, and try to connect to the socketserver through those windows (you can connect to the server with progs like telnet (which should already be installed on your OS), or netcat
calvino_inda at 2007-7-12 15:25:52 > top of Java-index,Java Essentials,Java Programming...
# 2
well I use a logging system and simple output to test what my server and clients are doing and I can log the messages passed between them. That would be a good way to start.
gimbal2a at 2007-7-12 15:25:52 > top of Java-index,Java Essentials,Java Programming...
# 3
s i am also did like that... here i use thread concepts so i need to test memory consumption also.. i want to knw any testing tool(freeware) available for testing the Threadbased application
83Krisha at 2007-7-12 15:25:52 > top of Java-index,Java Essentials,Java Programming...