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

slimamar do-not-reply at jboss.com
Thu Jun 19 11:05:40 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=4159321#4159321

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



More information about the jboss-user mailing list