[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - (Extremely) Basic protocol implementation
david.lloyd@jboss.com
do-not-reply at jboss.com
Tue Oct 21 10:49:35 EDT 2008
I've renamed the current "basic" to "multiplex" because that's really what it is, and made a real "basic" protocol. This protocol exists simply for testing and messing around; I don't want to produce any production configuration which uses this protocol. Basically it uses a single connection for each client rather than managing a multiplexed connection with service advertisement and so forth.
This might be useful as a point of reference for the compatibility interface. I plan to use it to help me finish up the stream marshalling stuff. The one test fails with a security manager due to a bug in River, which has been fixed in that project's trunk.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183545#4183545
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183545
More information about the jboss-dev-forums
mailing list