You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/01/03 10:54:25 UTC

[Bug 44454] busy count reported in mod_jk inflated, causes incorrect balancing

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

--- Comment #28 from Rainer Jung <ra...@kippdata.de> ---
I added a warning to the docs in r1649182.

The only real solution would be the introduction of atomics to "sync"
increments and decrements of the busy counter. We could use APR atomics for
mod_jk and would have to look for Windows atomics for IIS. That would leave
NSAPI open. Since it seems to be used only very infrequently, we could leave
the problem as-is for NSAPI.

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

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