Why aren't connections released by the tomcat AJP connector
- by Chris
I have here a jboss with a web application. The tomcat is configured to use the ajp connector.
Incoming connections are tunneled via an apache reverse proxy to the connector.
Now I recognized that under heavy load the connector keeps a bunch of connections in "keep alive" mode for eternity and doesn't release them any more.
With the normal HTTP…