in reply to A way to report open file handles a Perl script has open?
I doubt leaking filehandles are the problem because most OS have limits, even if configurable, so you'd get a Re: "Too Many Files Open" problem before the actual filehandles are the problem
Use one of the leaktrace/nytprof modules to find the real problems
|
|---|