Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to test for open file handles?

by Joost (Canon)
on Feb 04, 2009 at 01:28 UTC ( [id://741162]=note: print w/replies, xml ) Need Help??


in reply to How to test for open file handles?

From the POV of a unix system, there are no dangling file handles. Handles are either open (in which case they exist) or not (and they don't).

If your program has tons of files open at the same time, you either have to reconfigure your OS, or rethink your algorithm.

Replies are listed 'Best First'.
Re^2: How to test for open file handles?
by Anonymous Monk on Feb 04, 2009 at 02:18 UTC
    FileCache - keep more files open than the system permits

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://741162]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-28 18:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found