--On Saturday, December 27, 2003 7:51 AM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote:

Happy holidays!!!

A good way to end the year by closing as many backports as possible. ;-)


  @@ -209,7 +185,8 @@
           modules/generators/mod_cgid.c r1.152, r1.161
           server/mpm_common.c r1.111
           PREREQ: ap_mpm_query(mpm-state) support in Unix MPMs
  -        +1: trawick, stoddard
  +        jerenkrantz asks: What does mpm_common.c r1.111 have to do with
  this? +        +1: trawick, stoddard, jerenkrantz

Prior to r1.111, that code relied on a global variable (holding the pid) to be set in a child process. However, the global variable was not being set for a *restarted* cgid daemon, so if a *restarted* cgid daemon crashed, an entry would be written to the error log stating that the parent had crashed. The change removes the requirement for having the global variable set.

Ah. Gotcha. The signal handler would still be registered with the children.


how about a shell script ("flab"?) to generate appropriate xml from an ab
command-line, and then run it?

Possible. I'd really like to see ab die...


       * Fix a long delay with CGI requests and keepalive connections on
         AIX.
           modules/generators/mod_cgid.c r1.159
  -      +1: trawick, stoddard
  +      jerenkrantz: Could we do this on other platforms, too?
  +      +1: trawick, stoddard, jerenkrantz

extremely likely :)

Yeah, I noticed that Darwin's getpgid() has the same behavior as AIX. Hence, my +1. -- justin

Reply via email to