RE: RE: EJB 2.0 Approved

2001-09-10 Thread Solinsky, Jason
I have empirically observed a very high penalty on each call I make through a remote interface in the same JVM in 1.5.2. I haven't attempted to figure out how things are actually implemented, but something very expensive is happening each time a same-VM call is made. JWS -Original

RE: RE: EJB 2.0 Approved

2001-09-10 Thread Trujillo, Kris
I'm pretty sure Orion does not perform their version of EJBLocal without setting orion-ejb-jar copy-by-value=false in the orion-ejb-jar of the EJB. Setting this attribute will stop objects from being serialized passed between the EJB and the client. I am 99.9% sure that Orion does not perform