in reply to running out of file descriptors using POE (code)
You could try using ulimit -n to set this value higher before starting the perl script.
That is assuming perl doesn't play around with this limit using setrlimit(2), this I am not sure of....
--
Nic
That is assuming perl doesn't play around with this limit using setrlimit(2), this I am not sure of....
--
Nic
|
---|
In Section
Seekers of Perl Wisdom