How to increase the HTTPUrlConnection thread pool in JDK ? I have already increased tomcat thread pool and http thread priority ( set to top priority). Also I have set set "keep.alive=true" "http.maxConnections=200" in the JDK system properties. But the problem still there. I have "cxf-rt-transports-http-hc-3.0.4.jar" in my classpath also but with all these configuration problem is still there. When I stop tests for few seconds and restart it, then at the beginning problem goes away but after few minutes it comes again. Also i have increased "org.apache.cxf.transport.http.async.MAX_CONNECTIONS" and "org.apache.cxf.transport.http.async.usePolicy" property is set to "ASYNC_ONLY". Is there a thread pool for async response handle ? if there is how to increase it ?
-- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Asynchronous-call-unsual-delay-tp5764706p5764828.html Sent from the cxf-user mailing list archive at Nabble.com.
