[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: servlet transport implementation
timfox
do-not-reply at jboss.com
Tue Jan 13 05:13:02 EST 2009
"ataylor" wrote : here's a bit more of a detailed explanation to how this will work. This will be implemented in netty as discussed in irc.
|
| A ServletContextListener will create a ClientBootstrap on startup. This will be configured via properties, probably read in from a config file with some sensible defaults. This will be added as an attribute to the ServletTransport. It would be cool if netty had an invm client bootstrap to use however in the absence of this it will be a normal socket connection. Trustin, currently would there be any way of doing this invm?
|
I would like to hear Trustin's view on this before committing to this.
Having one TCP connection proxying to another TCP connection might introduce unnacceptable latency.
Trustin- what do you think?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201288#4201288
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201288
More information about the jboss-dev-forums
mailing list