in reply to Re: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error
Maybe you could also check your code for pieces like this: open HANDLE, $filename;
On my system, if you re-use a glob handle, the old one gets closed. It would take thousands of hard-coded lines like that to be causing this problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to debug "Too Many Open Files" Error
by moritz (Cardinal) on Sep 16, 2008 at 22:39 UTC |