Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: TCP Server Thread Timeout

www.cryer.info
Managed Newsgroup Archive

Re: TCP Server Thread Timeout

Subject:Re: TCP Server Thread Timeout
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Tue, 19 Feb 2008 10:42:56

"Pier" <piern@ramm.co.za> wrote in message
news:47b9857d@newsgroups.borland.com...

> Three Clients are sending a message when they receive the
> Echo of the previous message from the server - continuous load test

TCP servers do not echo anything back to the client, so you would have to be
doing that in your own code.

> If the server is stopped - the following error appears : "Terminate thread
> timeout"

Are you saying that message is echoed back to the client(s)?  Or is it
popping up a dialog box on the server side instead?  And which TCP server
component you are you using to begin with?

> How do I prevent it from occurring?

Your descriptions are too vague to diagnose that.  Please provide more
details, and a code snippet showing what you are actually doing.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive