C
Cedric Rosario
I did a simple server in ruby using webrick as shown in the
tutorial. My problem is that when I tested it with several
client connection, a number of connections were refused. I
can't find the reason why this happens, even though the default
maximum concurrent client is set to 100. I only made 50 concurrent
connections but more than 10 connections are often refused. Can
anyone explain the reason for this.
I also tried changing the default value to a higher value but to no
avail.
Thanks.
tutorial. My problem is that when I tested it with several
client connection, a number of connections were refused. I
can't find the reason why this happens, even though the default
maximum concurrent client is set to 100. I only made 50 concurrent
connections but more than 10 connections are often refused. Can
anyone explain the reason for this.
I also tried changing the default value to a higher value but to no
avail.
Thanks.