/[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 292949, Sat Oct 1 11:02:10 2005 UTC revision 293164, Sun Oct 2 20:56:56 2005 UTC
# Line 120  static int min_spare_threads = 0; Line 120  static int min_spare_threads = 0;
120  static int max_spare_threads = 0;  static int max_spare_threads = 0;
121  static int ap_daemons_limit = 0;  static int ap_daemons_limit = 0;
122  static int server_limit = DEFAULT_SERVER_LIMIT;  static int server_limit = DEFAULT_SERVER_LIMIT;
123  static int first_server_limit;  static int first_server_limit = 0;
124  static int thread_limit = DEFAULT_THREAD_LIMIT;  static int thread_limit = DEFAULT_THREAD_LIMIT;
125  static int first_thread_limit;  static int first_thread_limit = 0;
126  static int changed_limit_at_restart;  static int changed_limit_at_restart;
127  static int dying = 0;  static int dying = 0;
128  static int workers_may_exit = 0;  static int workers_may_exit = 0;

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

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2