in reply to Re^2: Apache / 30,000 Perl script serving limit
in thread Apache / 30,000 Perl script serving limit

A common cause is forking lots of children without reclaiming the zombies using wait or waitpid.
  • Comment on Re^3: Apache / 30,000 Perl script serving limit

Replies are listed 'Best First'.
Re^4: Apache / 30,000 Perl script serving limit
by QcMonk (Novice) on May 06, 2009 at 18:55 UTC

    I am told here that if that was the case we would see the process table line (nproc) climb like crazy, and it stayed pretty constant trhough the test.