/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c
ViewVC logotype

Diff of /httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 421103, Wed Jul 12 03:38:44 2006 UTC revision 424874, Mon Jul 24 01:34:58 2006 UTC
# Line 1418  static void perform_idle_server_maintena Line 1418  static void perform_idle_server_maintena
1418               */               */
1419              if (ps->pid != 0) { /* XXX just set all_dead_threads in outer for              if (ps->pid != 0) { /* XXX just set all_dead_threads in outer for
1420                                     loop if no pid?  not much else matters */                                     loop if no pid?  not much else matters */
1421                  if (status <= SERVER_READY && status != SERVER_DEAD &&                  if (status <= SERVER_READY &&
1422                          !ps->quiescing &&                          !ps->quiescing &&
1423                          ps->generation == ap_my_generation) {                          ps->generation == ap_my_generation) {
1424                      ++idle_thread_count;                      ++idle_thread_count;

Legend:
Removed from v.421103  
changed lines
  Added in v.424874

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2