Re: Hitting a maximum number of SOCKET connections?
by Anders Bostrom other posts by this author
Nov 3 2009 8:06AM messages near this date
view in the new Beta List Site
RE: Hitting a maximum number of SOCKET connections?
|
POE in PPM4 repository for Perl 5.10
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 limit on the number of file handles that you can call select with in win
32. According to the doco ("ActivePerl 5.10 Change Log"), this was increased to 2000 for bui
ld 1001, so you might want to upgrade your Perl.
>
> HTH
>
Thanks for the very quick answer!!!
OK, I obviously need to take another look at 5.10. Last time there was
some modules missing that I needed...
Thanks again
Anders
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Anders Bostrom
Brian Raven
Anders Bostrom
Brian Raven
Anders Bostrom
|