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

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

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

--- Comment #10 from Rainer Jung <rainer.j...@kippdata.de> ---
I have improved the implementation of the connected counter in two ways now:

- using atomics so that we don't miss any increments or decrements under high
load (r1649506)

- adding a shutdown handler for Apache child processes, that closes and
decrements any connection held by a child process (r1649503). Such process shut
downs can happen e.g. by a normal process termination because of e.g.
MaxSpareThreads or MaxConnectionsPerChild in the Apache config.

Closing this now, can be reopened it the next release proves to still not count
correctly.

-- 
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