Raymond,

We're piloting 1.6 right now and from what I read from your book...

The default sca binding for components that are Java implementations will
use method invocation against a Java proxy since it doesn't know whether or
not the component is within the same JVM.
We're worried about the overhead for this.  Can you comment on detailing
what it's doing exactly? Ideally we would like in-JVM invocations be to as
seamless as possible once dependencies and runtime are loaded at startup.

-a-


On 2/22/10 9:44 AM, "Raymond Feng" <[email protected]> wrote:

> Yes, I'm thinking of adding a few methods to InterfaceContractMapper to tell
> if "pass-by-reference" is supported (no data copy is required) between the
> source and target operation.
> 
> Thanks,
> Raymond
> --------------------------------------------------
> From: "Simon Laws" <[email protected]>
> Sent: Monday, February 22, 2010 5:10 AM
> To: <[email protected]>
> Subject: Re: [2.x] In-VM invocation between components
> 
>> Assuming that you have established that the endpoint and endpoint
>> reference are in the same JVM and the interface is remotable we still
>> need to establish whether the message is passing across a classloader
>> boundary don't we? In which case and extra bit of work is required.
>> 
>> Simon 
> 

Reply via email to