Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : TCP Server Thread Timeout
| Subject: | TCP Server Thread Timeout |
| Posted by: | "Pier" (pie..@ramm.co.za) |
| Date: | Mon, 18 Feb 2008 15:16:48 |
I have a simple TCPClient - TCP Server Test Application running -
Three Clients are sending a message when they receive the Echo of the
previous message from the server - continuous load test
If the server is stopped - the following error appears : "Terminate thread
timeout"
How do I prevent it from occurring?
I am setting the Server.active property to false to stop the server
Pier