From: Bradley Nicholes Date: Thu, 31 Jan 2002 19:21:34 +0000 (+0000) Subject: Removed the call for now to shutdown the listeners so that threads don't end X-Git-Tag: 2.0.32~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bef023bf1b4e4dcb23ebd0dd9bbaf8f0a0ae7d65;p=apache Removed the call for now to shutdown the listeners so that threads don't end 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 --- diff --git a/server/mpm/netware/mpm_netware.c b/server/mpm/netware/mpm_netware.c index 77f32cfbe6..634c994cdd 100644 --- a/server/mpm/netware/mpm_netware.c +++ b/server/mpm/netware/mpm_netware.c @@ -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,