RE: Too many open files error...

2004-11-24 Thread Peter Crowther
From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Does this mean that I don't have enough sockets for my connector or what? ignored exception: java.net.SocketException: Too many open files Quinton, what OS are you on? If on UNIX, this could mean that you have run out of file descriptors

Re: Too many open files error...

2004-11-24 Thread Quinton Delpeche
On Wednesday 24 November 2004 15:33, Peter Crowther wrote: Hi Peter, Quinton, what OS are you on? If on UNIX, this could mean that you have run out of file descriptors for the process - at least, I last saw this error when running a popular telnet-based multi-user game when we fell off the

Re: too many open files error

2000-12-01 Thread Marcus Crafter
Hi Alexander, We experienced similar problems in our environment which was under Linux. The fix was to tune the kernel parameters in /proc/sys/fs to allow more files and inodes across the whole system to be used. We doubled these values and haven't had any