On Mon, Apr 14, 2008 at 5:28 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote:
> ...I've done some stress testing on Sling, and I consistently get a Too > many open files error after about 850 requests, when I run an ESP > script.... Looks like you're running a unixish box, could you try using the lsof command to see what these files are? lsof -p <pid of your java process> should do it -Bertrand
