[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Remoting - Server-side Thread-per-connection Model
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Oct 18 23:54:58 EDT 2006
"tom.elrod at jboss.com" wrote :
| This way, would be possible to just use that low-level transport layer where just dealing with raw data, instead of having the ?everything is an object? type view pushed on you by the higher level API.
|
| If this is what Scott is saying (and hope it is), then I agree.
|
|
Yes it is. The lowest level is a raw msg that works with the asynch io frameworks (NIO, APR, ...), another layer is the payload format, and another layer is marshalling/unmarshalling to objects. One needs to be able to plugin both the raw msg handling and payload format so that complete wire specifications like ampq and iiop (we talked about this long ago) can be handled.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979242#3979242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979242
More information about the jboss-dev-forums
mailing list