[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: Listen address of JBossTS ports not configurable

david.lloyd@jboss.com do-not-reply at jboss.com
Thu Jul 19 14:18:31 EDT 2007


"adrian at jboss.org" wrote : In fact, my real opinion is that you should do the reverse and provide
  | an implementation of an interface like the following:
  | 
  | void run(InputStream is, OutputStream os) throws IOException {}
  | 

Except this makes it totally impossible to use NIO.  Probably better would be to depend on an NIO framework (like Grizzly or MINA perhaps?) which could still conceptually allow you to fiddle with the socket and protocol details within the container, but at the same time support nice NIO things like reducing copying and better (than thread-per-connection/thread-per-request) threading models.

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

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



More information about the jboss-dev-forums mailing list