We're glad you're here, but we'd be thrilled if you voted! Login and vote now.
By bloid
via stuffthathappens.com
Published: Dec 01 2007 / 09:04
We’ve been plagued by an error similar to this in some long-running server code:
Boom!
Exception in thread “main” java.io.IOException: Cannot run program “…whatever”: error=24, Too many open files
I am pretty sure I tracked down the problem: failure to correctly close Process resources. Consider the case where you create a Process and read data from its InputStream
Add your comment