You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/08/02 18:38:16 UTC

HARD_SERVER_MAX

Maybe this is a clue..

I can see the use of HARD_SERVER_MAX in the code, but I'm configuring
this much lower.


void reclaim_child_processes ()
{
    int i, status;

    sync_scoreboard_image();
    for (i = 0; i < HARD_SERVER_MAX; ++i)
        waitpid (scoreboard_image[i].pid, &status, 0);
}



Does this loop go too far if my MAX is < HARD_SERVER_MAX.

Could it be my Apache parent was waiting on some unreleated pid ?



rob
--
http://nqcd.lanl.gov/~hartill/