[jboss-user] [EJB 3.0] - Socket keep alive with client EJB3 and RMI over HTTP

slimamar do-not-reply at jboss.com
Mon Jun 23 05:53:00 EDT 2008


As described in this topic : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148258#4148258 
using version 2.4.0 of Remoting and the parameter 'invokerDestructionDelay', the same socket connection is reused for all client requests to the Server. 
This works fine with the socket transport. 

Now, we want to use the HTTP transport. The parameter 'invokerDestructionDelay' is taken into account and the HTTPClientInvoker is not removed but the socket is closed at each call. 

What's wrong, in the JBoss Remoting Guide i don't see any parameter for HTTP client invoker and by default with HTTP/1.1 the connections are persistent. 

Thanks in advance. 
 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159868#4159868

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159868



More information about the jboss-user mailing list