You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/12/05 14:57:27 UTC

svn propchange: r1643282 - svn:log

Author: ylavic
Revision: 1643282
Modified property: svn:log

Modified: svn:log at Fri Dec  5 13:57:27 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Dec  5 13:57:27 2014
@@ -1,4 +1,4 @@
-mpm_worker: replace apr_atomic_cas32(+1) loop with the more efficient
+mpm_worker: replace apr_atomic_cas32(+1) loop with the more performant
 apr_atomic_inc32().
 Also declare fd_queue_info_t's idlers member as volatile since it is
 used outside atomic functions (or it could be optimized out by the