Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : TIdTCPServer not shutting down

www.cryer.info
Managed Newsgroup Archive

TIdTCPServer not shutting down

Subject:TIdTCPServer not shutting down
Posted by:"Roberto Meneghini" (rmeneghi..@separationsystems.com)
Date:Wed, 4 Oct 2006 15:28:42

Hello,
I'm writing a Client/Server application using INDY10 for Delphi.NET. I've
noticed (using the Task Manager) that if I close the server application
while a client is still connected, the server process stays loaded. However,
this does not happen if the client(s) disconnect before closing the server.
My guess is that a thread is still active. Is there a way to force the
server to shutdown all the active connections. I have tried setting the
active property to false, but it did not work.

Thanks,

Roberto

Replies:

www.cryer.info
Managed Newsgroup Archive