]> granicus.if.org Git - apache/commitdiff
Removed the call for now to shutdown the listeners so that threads don't end
authorBradley Nicholes <bnicholes@apache.org>
Thu, 31 Jan 2002 19:21:34 +0000 (19:21 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 31 Jan 2002 19:21:34 +0000 (19:21 +0000)
up stuck on blocking socket calls during shutdown.  I need to figure out a
cleaner way of preventing this problem.

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

server/mpm/netware/mpm_netware.c

index 77f32cfbe6f77a0e9ec82efb01614d705dadf15c..634c994cdd2ded4e0a939687b06ce1f81ea50ac6 100644 (file)
@@ -917,8 +917,8 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s)
     }
 
 
-    /* Shutdown the listen sockets so that we don't get stuck in a blocking call. */
-    shutdown_listeners();
+    /* Shutdown the listen sockets so that we don't get stuck in a blocking call. 
+    shutdown_listeners();*/
 
     if (shutdown_pending) { /* Got an unload from the console */
         ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, 0, ap_server_conf,