]> granicus.if.org Git - apache/commitdiff
Support -k argument in threadpool
authorBrian Pane <brianp@apache.org>
Thu, 6 Jun 2002 23:58:14 +0000 (23:58 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 6 Jun 2002 23:58:14 +0000 (23:58 +0000)
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95554 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/threadpool/mpm.h
server/mpm/experimental/threadpool/threadpool.c

index 05dbaf2e98918a6d1d3c0ce9b699ad4358f123d4..f94288d90ab52cb4fc62bae930bc53a1ad13181d 100644 (file)
@@ -74,6 +74,7 @@
 #define AP_MPM_WANT_SET_MAX_REQUESTS
 #define AP_MPM_WANT_SET_COREDUMPDIR
 #define AP_MPM_WANT_SET_ACCEPT_LOCK_MECH
+#define AP_MPM_WANT_SIGNAL_SERVER
 #define AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK
 
 #define MPM_CHILD_PID(i) (ap_scoreboard_image->parent[i].pid)
index ecb2dba7a33a8b86137eba29590364691dc7b42b..0563394b69b14aea9cf8707580a81cef37cd0347 100644 (file)
@@ -2308,7 +2308,7 @@ AP_INIT_TAKE1("ThreadLimit", set_thread_limit, NULL, RSRC_CONF,
 
 module AP_MODULE_DECLARE_DATA mpm_threadpool_module = {
     MPM20_MODULE_STUFF,
-    NULL,                       /* hook to run before apache parses args */
+    ap_mpm_rewrite_args,        /* hook to run before apache parses args */
     NULL,                       /* create per-directory config structure */
     NULL,                       /* merge per-directory config structures */
     NULL,                       /* create per-server config structure */