users@jax-rpc.java.net

Re: Optimization for in-process calls to static stubs?

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Thu, 13 Oct 2005 08:00:49 -0700

Ryan,
We have discussed this type of thing but as yet have no plans to
implement it.

Ryan LeCompte wrote:

> Hello all,
>
>
>
> I was wondering if the JWSDP has any support for optimization of web
> service calls when the server/client are both in the same process
> (same JVM)? I believe that RMI will avoid all of the message
> marshalling if it determines that the client/server are both within
> the same JVM instance. Does JWSDP have anything that is similar? It
> would be nice to avoid all of the XML marshaling that occurs if the
> client/server are in the same JVM.
>
>
>
> Thanks,
>
> Ryan
>
>
>

-- 
 - Doug