]> granicus.if.org Git - apache/commit
Convert the apr_create_signal_thread to apr_signal_thread. The main
authorRyan Bloom <rbb@apache.org>
Thu, 12 Apr 2001 18:46:32 +0000 (18:46 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 12 Apr 2001 18:46:32 +0000 (18:46 +0000)
commit0ae1f4be67bd3133af34925f352d4ea12615699a
treee0f27ba81057f85faad1bbd1c5a591550d200abd
parent891736e8240e7d9a041dfb67cdcb9499827bf01f
Convert the apr_create_signal_thread to apr_signal_thread.  The main
difference, is that instead of creating a separate thread to listen for
signals, the thread that calls this function does the listening.  Many
platforms have issues when the main thread isn't the thread that is
listening for signals.  Even more platforms complain when the main thread
dies, but the process doesn't.  This gets the main thread back to being
the signal handling thread.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88831 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/mpm/threaded/threaded.c