Re: [twsocket] Listenbacklog

2005-06-30 Thread Arno Garrels
Paul wrote: > I still have one question :when I use a Windows2003 server , what is the > value I should use or can I set it to 200 anyway on any version of > Windows server ? If it's set higher then supported by the OS it shouldn't hurt. The listenbacklog is a queue/buffer sitting in front of the

RE: [twsocket] Listenbacklog

2005-06-30 Thread Bjørnar Nielsen
It's the OS that get notified when a client wants to connecto to your program. If the Backlog is 1, the OS wont accept any more connections before your program have accepted the previous attempt to connect. On a non-server-platform, this backlog is usually limited to 5 or 10. On a server-platform,