| Subject: | TCPServer |
| Posted by: | Russell Holcomb |
| Date: | Fri, 27 Feb 2009 |
I using the indy 10 TCPServer and am trying to understand the details of the maxconnections and listenqueue properties. I have the TCPServer set to maxconnections 1, listenqueue 10. The way I read it is that you can have as many connections as you have nics. Is that correct? The listenqueue is a little more difficult to understand. It sounds like the listenqueue queues up connection requests so they can be processed when the current thread ends. Is that correct?
Thanks
Russ