You need to test for yourself. A simple thing to do is to use different invokers to access
the same EJB and measure the time:
- classic rmi invoker
- pooled invoker
- iiop invoker
- http invoker
My guess would be that the pooled and iiop invokers would be a bit faster because they can
keep the TCP connection open between calls.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060764#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...