Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c 2006/07/12 03:38:44 421103
+++ httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c 2006/07/24 01:34:58 424874
@@ -1418,7 +1418,7 @@
*/
if (ps->pid != 0) { /* XXX just set all_dead_threads in outer for
loop if no pid? not much else matters */
- if (status <= SERVER_READY && status != SERVER_DEAD &&
+ if (status <= SERVER_READY &&
!ps->quiescing &&
ps->generation == ap_my_generation) {
++idle_thread_count;
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |