http://jira.hyperic.com/browse/HHQ-4307
Currently we use org.apache.coyote.http11.Http11Protocol Connector for serving http requests.
We should investigate using the non-blocking org.apache.coyote.http11.Http11NioProtocol for the Connector. May be beneficial.
Anonymous