Changes with Apache 2.0.49
+
+ *) worker MPM: fix stack overlay bug that could cause the parent
+ process to crash. [Jeff Trawick]
+
*) Win32: Add Win32DisableAcceptEx directive. This Windows
NT/2000/CP directive is useful to work around bugs in some
third party layered service providers like virus scanners,
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/01/29 09:50:19 $]
+Last modified at [$Date: 2004/01/29 13:46:37 $]
Release:
but actually resolving the host would not. To catch the check
via retcode, you have to specify the NI_NAMEREQD flag.
- worker MPM parent process crash
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/worker/worker.c?r1=1.145&r2=1.146
- +1: trawick, stoddard, jorton
-
PATCHES TO BACKPORT FROM 2.1
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
++idle_thread_count;
}
}
- if (any_dead_threads && totally_free_length < idle_spawn_rate
+ if (any_dead_threads && totally_free_length < idle_spawn_rate
+ && free_length < MAX_SPAWN_RATE
&& (!ps->pid /* no process in the slot */
|| ps->quiescing)) { /* or at least one is going away */
if (all_dead_threads) {