https://bz.apache.org/bugzilla/show_bug.cgi?id=58099
--- Comment #3 from Sebb <[email protected]> --- The work-round seemed to work for me. At least some of the startup overhead was reduced. I think this is because of the static{} block. What is the SSL code that is being invoked per thread? I had a quick look and could not find anything SSL related apart from a call to JsseSSLManager sslMgr = (JsseSSLManager) SSLManager.getInstance() which is only done if the protocol is HTTPS. But perhaps I have missed something. -- You are receiving this mail because: You are the assignee for the bug.
