Re: [twsocket] ICS v6 enhanced tcp server challenge

2006-07-23 Thread Dan
EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: 23 July 2006 17:21 To: ICS support mailing Subject: Re: [twsocket] ICS v6 enhanced tcp server challenge Arno Garrels wrote: > Hello, > > I found some time to work on a new multi-threading TCP server > component. It features multiple li

Re: [twsocket] ICS v6 enhanced tcp server challenge

2006-07-23 Thread Arno Garrels
Arno Garrels wrote: > Hello, > > I found some time to work on a new multi-threading TCP server > component. It features multiple listen sockets implemented as > TCollectionItems and dynamic connection pooling. > Threads as well as client objects are dynamically managed. > Tested as a simple echo s

[twsocket] ICS v6 enhanced tcp server challenge

2006-07-20 Thread Arno Garrels
Hello, I found some time to work on a new multi-threading TCP server component. It features multiple listen sockets implemented as TCollectionItems and dynamic connection pooling. Threads as well as client objects are dynamically managed. Tested as a simple echo server it appears to be very fast.