Philip Wilson wrote:
> 
> This is one for the gurus.

> When one of these session beans invokes a method on the remote interface of
> an entity bean, is there still a lengthy round trip via RMI (and possibly
> even out onto the network and back) or is Jonas (or Jeremie?) somehow clever
> enough to realise that the implementation of that entity bean is available
> in the same process?  I gather Weblogic and some other app servers would
> bypass RMI under these circumstances.

Yes, Jeremie is able to avoid network overhead when the called EJB is
within the same JVM.
It one of the main advantage of Jeremie.


Gérard Vandome    Evidian     
[EMAIL PROTECTED]      phone: 33 4 76 29.75.67 
http://www.objectweb.org      http://www.evidian.com
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to