in reply to Re^2: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error

Are you sure the alumninnnX.pl progs are exiting properly and not hanging?
  • Comment on Re^3: How to debug "Too Many Open Files" Error

Replies are listed 'Best First'.
Re^4: How to debug "Too Many Open Files" Error
by kubrat (Scribe) on Sep 17, 2008 at 15:24 UTC

    That's a good call since you appear to be using CGI. Run top or ps and look for many processes of the same name, usually http or perl or the name of one of your scripts. Moreover if they are not exiting properly they will be marked as defunct.