I think I've a way to fix my problem. My HttpConnectionFactory is based on TomEE's one : http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-client/src/main/java/org/apache/openejb/client/HttpConnectionFactory.java
The problem is that the SSLContext is create for each request : I think I could improved performance by caching SSLContext according to the keyStore, trustore, ... Thanks ;-) -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Remote-EJB-Client-Poor-Performance-tp4672371p4672380.html Sent from the TomEE Users mailing list archive at Nabble.com.
