https://issues.apache.org/bugzilla/show_bug.cgi?id=44454

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #29 from Rainer Jung <rainer.j...@kippdata.de> ---
I have now changed the implementation of the busy counter to use atomics (see
r1649306).

This is based on the builtin atomics on Windows, gcc atomics if gcc is used or
APR atomics if APR is available. In other cases, still no atomics are used.

Some smaller problems might still exist, e.g. when doing a web server restart
it could be that the busy number might not be correct. I wasn't able to
reproduce such behavior, but it might happen. Most of the cases for skewed
numbers should be fixed by the atomics, so I'm closing this ticket now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to