Re: [twsocket] Sever architecture

2006-08-18 Thread Brian Sheeres
I'm eager now to try ICS. Out of curiosity, is the behavior of the D5 TServerSocket (in non-blocking mode) the same as ICS? I've used the D5 component in the past and have run into some problems that led me to believe it was not serializing properly. Would a TTimer OnTimer event in the main appli

[twsocket] Sever architecture

2006-08-17 Thread Brian Sheeres
This is less of a socket question and more of an implementation question. Imagine a server with many concurrent connections but that only allows one connection at a time to submit a request, access/manipulate data and then send the results back to all other connections. In other words all requests