http://www.xenonsoft.demon.co.uk/freeinstaller.html
"PAX!" wrote:
>
> Hello everybody
>
> I'm looking for a free good packager/installer for java. I remember that
> someone announced a free one in this list, but I've lost my notes, and
> can't find the message. Could anyone suggest me one ? Per
Thank you all for helping me this far. I suppose I just open a lot of
file descriptors.
How can I change the max number of file descriptors for the whole system
(I'm using RedHat 5.2)?
When my servlets run out of file descriptors other processes owned by
other users are getting messages like "T
> > 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
>
> Make sure you're closing the files when you're done with them.
I've checked my code for this. But even withou
> > 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 program to repeat this error using BufferdReader
> > and F
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
like this in the bug