You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2003/12/21 20:38:00 UTC

thread/process termination APIs?

hi again...

I was wondering if much thought has been given to official thread and/or
process termination APIs. I tried sloshing through the archives but didn't
find much discussion.

I understand why ap_child_terminate was removed (or at least I think I do).
 however, having something like ap_thread_terminate or ap_process_terminate
would be a really nice for gracefully knocking off large, runaway processes
(or threads, assuming you could accurately determine such an event) where
the mpm allowed for it - lots of shops I know of depended on this
functionality for performance reasons in 1.3 so being able to offer
something similar in 2.0 would be nice.

--Geoff