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, this limitation is usually 200. The backlog setting in ICS wont do any good if higher than the OS permits. With a high backlog value, you can have short periods of time where clients try to connect to your program faster then your program can handle, and still dont loose any connections. Regards Bjørnar > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul > Sent: 29. juni 2005 23:15 > To: twsocket@elists.org > Subject: [twsocket] Listenbacklog > > Hi all, > > I have a written an application that uses the Httpsrv > component but I don't know the exact meaning of the property > 'listenbacklog' which is automatically set to 5. > > What does it stand for and what value should I use. > Is there a difference using it on a WinXP pro or on an > Windows2003 server? > > > T.I.A. > > > Paul > -- > To unsubscribe or change your settings for TWSocket mailing > list please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be