/[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 290189, Mon Sep 19 15:51:22 2005 UTC revision 292949, Sat Oct 1 11:02:10 2005 UTC
# Line 724  static void *listener_thread(apr_thread_ Line 724  static void *listener_thread(apr_thread_
724              }              }
725              else {              else {
726                  ptrans = recycled_pool;                  ptrans = recycled_pool;
727                    recycled_pool = NULL;
728              }              }
729              apr_pool_tag(ptrans, "transaction");              apr_pool_tag(ptrans, "transaction");
730              rv = lr->accept_func(&csd, lr, ptrans);              rv = lr->accept_func(&csd, lr, ptrans);
# Line 760  static void *listener_thread(apr_thread_ Line 761  static void *listener_thread(apr_thread_
761                      apr_socket_close(csd);                      apr_socket_close(csd);
762                      ap_log_error(APLOG_MARK, APLOG_CRIT, rv, ap_server_conf,                      ap_log_error(APLOG_MARK, APLOG_CRIT, rv, ap_server_conf,
763                                   "ap_queue_push failed");                                   "ap_queue_push failed");
764                        recycled_pool = ptrans;
765                  }                  }
766                  else {                  else {
767                      have_idle_worker = 0;                      have_idle_worker = 0;
768                  }                  }
769              }              }
770                else {
771                    recycled_pool = ptrans;
772                }
773          }          }
774          else {          else {
775              if ((rv = SAFE_ACCEPT(apr_proc_mutex_unlock(accept_mutex)))              if ((rv = SAFE_ACCEPT(apr_proc_mutex_unlock(accept_mutex)))

Legend:
Removed from v.290189  
changed lines
  Added in v.292949

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2