Re: [twsocket] Shutdown command

2017-02-02 Thread Angus Robertson - Magenta Systems Ltd
> I am using TWSocketServer (ICSV7) to accept incoming TCP > connections. Using it in multi threaded mode. > But when I get the clientcount from ThreadedServer component, I > see that there are more clients than it should have. This is confusing, are you using TWSocketServer or TWSocketThrdServe

[twsocket] Shutdown command

2017-02-02 Thread Alper Albayrak
I am using TWSocketServer (ICSV7) to accept incoming TCP connections. Using it in multi threaded mode. I am accepting over 5000 clients and having them connected permanently.(Clients re-connect when they lose their connections) I have never been able to manage disconnected sockets properly. When