Submitted by: Stas Bekman
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93900
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.34-dev
+
+ *) Fix the calculation of thread_num in the worker score structure.
+ [Stas Bekman]
+
*) Use apr_atomic operations in managing the mod_mem_cache
cache_objects for SMP scalability. (see USE_ATOMICS
preprocessor directive in mod_file_cache)
if (status == SERVER_READY
&& old_status == SERVER_STARTING) {
- ws->thread_num = child_num * server_limit + thread_num;
+ ws->thread_num = child_num * thread_limit + thread_num;
ps->generation = ap_my_generation;
}