Re: Terminating Child process Dynamically
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be1YWmsmVLJEKJ40TvyCwcbVSjg_2kC88iosqpJrJ1S=zA@mail.gmail.com> |
2012/3/7 Torsten Förtsch <[email protected]>: > Yes, in mp1 it did. Not so in mp2. Oh, I see this was covered on the dev list. It doesn't call perl_destruct() because it may be running under threads, which mp1 didn't need to worry about. - Perrin