users@jax-rpc.java.net

Optimization for in-process calls to static stubs?

From: Ryan LeCompte <ryan.lecompte_at_pangonetworks.com>
Date: Fri, 7 Oct 2005 16:32:01 -0400

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