Re: Terminating Child process Dynamically
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be1H2fFh6-Rw3UWHuRtoxMm1sCL08QGmGqjJRuS+_ohQ_Q@mail.gmail.com> |
[Sorry, that last message was sent by accident. I set my phone to require confirmation so it won't happen again.] 2012/3/7 Torsten Förtsch <[email protected]>: > 2) the way child_terminate() exits is quite nasty because it simply calls > exit() at C level. That means neither END blocks nor PerlChildExitHandlers are > executed nor are static perl objects destroyed. It doesn't call perl_destruct()? I thought it did in mod_perl 1: http://perl.apache.org/docs/general/control/control.html#Speeding_up_the_Apache_Termination_and_Restart - Perrin