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

thomas.diesler@jboss.com do-not-reply at jboss.com
Wed Jan 9 03:43:07 EST 2008


Well, a jbossws call by reference probably does not make sense, since handlers require the XML view of the payload. If object to XML serialization takes place anyway (which by nature is expensive) it remains to be shown what can be gained by a local remoting invocation.

Before we invest in an optimization at the transport level in VM we should investigate for what  kind of payload this would make sense first.

In case there are no handlers involved an in VM optimization would theoretically be possible, but since web services is about document based integration of heterogeneous IT systems and not RPC you probably want to use something else (instead of WS) when you need RPC functionality.

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

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



More information about the jboss-dev-forums mailing list