[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a
I think my problem is releated to this JIRA https://jira.jboss.org/jira/browse/JBAS-4586 Doychin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202075#4202075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202075 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a
Glad to hear it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199377#4199377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199377 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a
Thanks for the tip. It did the trick. Now I reverted to original option values and added that extra option. Doychin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199343#4199343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199343 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a
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 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user