Re: Too many open files in system
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
Re: regular expressions in java
ORO also has a package at www.oroinc.com that does Perl 5 regular expressions. -nate