[twsocket] What determines the number of concurrent connections?

2007-07-27 Thread info2004
Hi, I have written a server based on OverbyteIcsTcpSrv1.pas. If I test the original server(OverbyteIcsTcpSrv1.pas) I can make 100 connections to this server, send some data and then disconnect. When I test my server, as I run through the 1 to 100 connects, I start to get disconnects, and

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread info2004
- Original Message - From: info2004 [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, July 27, 2007 10:36 AM Subject: [twsocket] What determines the number of concurrent connections? Hi, I have written a server based on OverbyteIcsTcpSrv1.pas. If I

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread info2004
Francois, Francois Piette wrote: It's both machines that limit the connections with my server, but the source server example works just fine. Not sure I understand... Do you mean the sample program delivered with ICS works OK but the code you wrote yourself is limited in the number of

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread Francois Piette
: [twsocket] What determines the number of concurrent connections? Francois, Francois Piette wrote: It's both machines that limit the connections with my server, but the source server example works just fine. Not sure I understand... Do you mean the sample program delivered with ICS works OK

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread info2004
Wilfried Mestdagh wrote: Hello, What does ListenBacklog do? It sets the maximum number of connections that are pending for acception. For example, if it is set to 5, and there are 10 clients connecting at the very same moment, only 5 will be in that queue. Normally you will never have

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread Francois Piette
) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: info2004 [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, July 27, 2007 10:36 AM Subject: [twsocket] What determines the number of concurrent connections

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread Wilfried Mestdagh
Hello, What does ListenBacklog do? It sets the maximum number of connections that are pending for acception. For example, if it is set to 5, and there are 10 clients connecting at the very same moment, only 5 will be in that queue. Normally you will never have problems with it if you accept

Re: [twsocket] What determines the number of concurrent connections?

2007-07-27 Thread Francois Piette
It's both machines that limit the connections with my server, but the source server example works just fine. Not sure I understand... Do you mean the sample program delivered with ICS works OK but the code you wrote yourself is limited in the number of connections ? Contribute to the SSL