[jboss-user] [Performance Tuning] - Performance issue to use remote ejb?

Peter Johnson do-not-reply at jboss.com
Tue Jun 29 11:46:30 EDT 2010


Peter Johnson [http://community.jboss.org/people/peterj] replied to the discussion

"Performance issue to use remote ejb?"

To view the discussion, visit: http://community.jboss.org/message/550228#550228

--------------------------------------------------------------
1) By reference

2) Not sure of what you are asking. If the EJB is remote, the request and response data will always have to be marshalled and transferred across the network. Is that slower than accessing a local EJB? Yes! But there is no other way to access a remote EJB. If possible, cache the EJB proxy you look up from JNDI. By reusing this proxy you will at least save time by not repeatedly making the JNDI call.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/550228#550228]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100629/3f6998dc/attachment.html 


More information about the jboss-user mailing list