Re: [us...@httpd] child recycling

2010-09-28 Thread Brad Lira
i am setting some variable in scoreboard that are global to all processes, so i wouldn't want recycling of one child process to reset those counters. I did more testing and it seems that it doesn't but wanted to get a second opinion. thanks for you response. On Mon, Sep 27, 2010 at 5:31 PM, Eric

[us...@httpd] child recycling

2010-09-27 Thread Brad Lira
hello, when the MaxRequestsPerChild has reached, and the child is killed, does the is_graceful variable set in worker.c? If so, how can differentiate between ./apachectl graceful and child recycling. I want to reset some counters if the entire apache was restarted, but not if the child is

Re: [us...@httpd] child recycling

2010-09-27 Thread Eric Covener
On Mon, Sep 27, 2010 at 5:09 PM, Brad Lira snmp.apa...@gmail.com wrote: hello, when the MaxRequestsPerChild has reached, and the child is killed, does the is_graceful variable set in worker.c? It doesn't appear so If so, how can differentiate between ./apachectl graceful  and child