[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a

ron.sigal@jboss.com do-not-reply at jboss.com
Wed Dec 31 03:25:05 EST 2008


Hi Doychin,

Thank you for your interesting and useful analysis.

Note, by the way, that org.jboss.remoting.transport.socket.SocketServerInvoker has a facility for periodically closing ServerThreads that haven't been used lately.  Setting the parameter "idleTimeout=n", where n > 0, will cause a TimerTask to wake up every n seconds and close each ServerThread that hasn't executed an invocation in the past n seconds.

-Ron

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

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



More information about the jboss-user mailing list