Hitting a maximum number of SOCKET connections?

2009-11-03 Thread Anders Boström
Hej, I have a server implemented in Perl. It handles multiple connection with the use of "IO::Select". All work well with the first 63 concurrent clients, but if client 64 and upwards sends messages, they will not be seen on the server as long as the other 63 client are connected to the server.

RE: Hitting a maximum number of SOCKET connections?

2009-11-03 Thread Brian Raven
Anders Boström <> wrote: > Hej, > I have a server implemented in Perl. > It handles multiple connection with the use of "IO::Select". > > All work well with the first 63 concurrent clients, but if client 64 > and upwards sends messages, they will not be seen on the server as > long as the other 63

Re: Hitting a maximum number of SOCKET connections?

2009-11-03 Thread Anders Boström
Brian Raven skrev: > Anders Boström <> wrote: > >> ... >> All work well with the first 63 concurrent clients, but if client 64 >> and upwards sends messages, they will not be seen on the server as >> long as the other 63 client are connected to the server. Is there a >> ... > 64 is the default

Re: Hitting a maximum number of SOCKET connections?

2009-11-04 Thread Anders Boström
I have installed 5.10, but the problem still occures. The demo in http://www.mollehem.se/bilder/socketDemo.zip illustrates it. Any clue? Thanks Anders Brian Raven skrev: > Anders Boström <> wrote: > >> Hej, >> I have a server implemented in Perl. >> It handles multiple connection with the us

RE: Hitting a maximum number of SOCKET connections?

2009-11-04 Thread Brian Raven
Anders Boström wrote: > I have installed 5.10, but the problem still occures. > The demo in http://www.mollehem.se/bilder/socketDemo.zip illustrates > it. > > Any clue? I have build 1004, and your code worked OK here, i.e. all 100 sockets opened and pinged. E

Hitting a maximum number of SOCKET connections? Continued...

2009-11-04 Thread Anders Boström
Hello again, I have received test result from 2 people that tested the example, and both failed in the same way. To clarify the previous explanation of the problem. Its seen on the server side! When the client has sent 63 PING's, the server stops showing the rest of the PING's (64-100). They wil

RE: Hitting a maximum number of SOCKET connections? Continued...

2009-11-04 Thread Brian Raven
Anders Boström <> wrote: > Hello again, > I have received test result from 2 people that tested the example, > and both failed in the same way. > To clarify the previous explanation of the problem. > Its seen on the server side! > When the client has sent 63 PING's, the server stops showing the re