[twsocket] TWSocket multi-client example

2007-09-26 Thread [EMAIL PROTECTED]
Hello: I need to write a TService application that will receive (potentially) multiple client TCP connections concurrently, and perform some simple stateful transactions with them. For example: 1. Client-A connects to the server 2. Server responds with banner 3. Client-A sends data 4.

Re: [twsocket] TWSocket multi-client example

2007-09-26 Thread Francois Piette
I need to write a TService application that will receive (potentially) multiple client TCP connections concurrently, and perform some simple stateful transactions with them. For example: 1. Client-A connects to the server 2. Server responds with banner 3. Client-A sends data 4.