> socket. If that queue is full a connecting client gets a winsock error
> (I forgot the error number).
I think it is the normal 10061 (connection refused). A whell behaving
client should do at least a certain count of retrys.
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or ch
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
Hi Bjørnar,
thanks for your comment.
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 ?
Paul
>It's the OS that get notified when a client wants to connecto to your
>program. If the B
gards 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 t
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 serv