Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : ICS: Thread or not
| Subject: | ICS: Thread or not |
| Posted by: | "Nick Rollas" (nickroll..@hotmail.com) |
| Date: | Thu, 26 May 2005 02:38:50 |
Hello,
I just need to developer a control software that will accept specific number
of connection, ie 300 from 300 predefined IPs. The connection will be opened
all the time, because the server software must know if the remote computer
restarted. Also the server software may send commands to the remote
machines. The command may be a single 20 characters string or maybe the
content of a trieview list (as a stream).
Im trying ICS, I can see 2 examples TcpSrv and ThrdSrv. What is better for
me? The threaded or the non-threaded?
Thank you