Re: [twsocket] Threads with TWSocket

2006-11-02 Thread Francois Piette
r framework, freeware) http://www.overbyte.be - Original Message - From: "Info 2004" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, November 01, 2006 8:14 PM Subject: [twsocket] Threads with TWSocket > Hi, > > Are there any examples of using threads

[twsocket] Threads with TWSocket

2006-11-01 Thread Info 2004
Hi, Are there any examples of using threads for client sockets? What are the pros and cons of using a thread for every client connection? My application currently accepts a connection, processes the data and closes the connection in about 0.1 seconds. So if 100 clients connect simultaneously,