You are running out of handles somewhere.
Since 65 is really close to a magic number (2**6 == 64)
I'd bet that all those connections to the network
are hitting a limit.
--
$you = new YOU;
honk() if $you->love(perl)
Comment on Re: Re: Re: So is this a kernel limitation, a hardware limitation, or a perl limitation?