Netty multiplexing

krishnagade KRISHNA.GADE at GMAIL.COM
Tue Nov 23 18:15:13 EST 2010


Hi Frederick,

Thanks a lot for the reply. I'm doing very similar to what you're doing
except that I dont have one global state like NetworkTransaction that
you've. Instead I create the local clients at the network channel connection
time in a network server handler. 

I doubt if one is better than the other. 

A question that I've is "Does writing to a local channel result in a socket
write ?" 

If it is really a socket write, since all the communication between network
channel and local channel is happening in the same jvm, can we do something
better ? 

Thanks,
Krishna




-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-multiplexing-tp5766651p5768741.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list