On Thursday 24 February 2011 10:06:23 AM Joel Turkel wrote: 
> I'm exploring the possibility of using the CXF local transport to
> optimize the performance of a SOAP web service for intra-JVM
> communication. Has anyone done any benchmarking of the local vs. http
> transport? I'm sure the performance depends greatly on the web service
> but I'm just trying to get a feel for other people's experiences with
> the local transport.

Honestly, I'm not sure if the Local transport would be significantly faster 
unless you combine it with the object binding.   Pretty much the entire code 
path is the same so  all the SOAP serialization, etc... would still occur 
which is normally the expensive part.   

I could be wrong though.  :-)

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to