[jbossws-dev] [Design of JBoss Web Services] - Re: Does JBossWS optimize local invocations?

ovidiu.feodorov@jboss.com do-not-reply at jboss.com
Wed Jan 9 12:15:39 EST 2008


Hi Thomas,

Thank you for your answer.

It looks like we're talking about effects of two different mechanisms here. One is payload-to-XML serialization, which I understand cannot be avoided, and that is fine.

However, for co-located topologies, Remoting allows you a choice of either passing the already-serialized XML payload over the full TCP/IP stack and Tomcat HTTP Connector or just passing it directly to a local connector, which is obviously faster.

Does JBossWS take advantage of this second mechanism?

Thanks,
Ovidiu

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118382#4118382

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118382



More information about the jbossws-dev mailing list