> At 10:03 14.11.00 , you wrote:
> >Every single one of those calls to dir.getXXX() has to go across
> >the network via RMI.  This is slow.  You are better off using a
> 
> well, with orion this is intra-vm so its not that bad ...

Is there proof that Orion does this?  I'm not trying to be a jerk,
but I'd like to see some numbers on how long a set/get takes for
a client-to-ejb call and an ejb-to-ejb (same vm) call.

Not even Weblogic optimizes to pass-by-value for intra-vm ejb
calls.  You have to use TopLink to get that optimization.
Funny though, Weblogic provides a tag in their deployment 
description but it doesn't do anything.

-tim

Reply via email to