like "Too many open files in system"
to.
> UNIX (Linux included) allows you to set a max number of file descriptors
> that a given process can have open. The command controlling this
> depends on the shell you're using. For instance, under Linux tcsh, it
> is "
UNIX (Linux included) allows you to set a max number of file descriptors
that a given process can have open. The command controlling this
depends on the shell you're using. For instance, under Linux tcsh, it
is "limit" and under bash (/bin/sh) it is "ulimit"
I think the default is 256 -- you c
Jaco de Groot wrote:
>
> Manage a socket number? I don't understand.
>
It means if your server program(in JAVA) creates socket from client,
your program must close socket.
Of course, Garbage Collection will close socket.
But the time may be over socket numbers(file-descripter numbers)
that y
> > Too many open files in system
> >
> > When this happens, other programs (even programs of other
> > users) can't open files anymore. I couldn't find messages
> > like this in the bug reports or mail archive. I've tried
> > to write a progr
Jaco de Groot wrote:
>
> Too many open files in system
>
> When this happens, other programs (even programs of other
> users) can't open files anymore. I couldn't find messages
> like this in the bug reports or mail archive. I've tried
> to write
Hi,
I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using
Apache JServ. Every once in a while I get the following error:
Too many open files in system
When this happens, other programs (even programs of other
users) can't open files anymore. I couldn't find messages
l