Problem of hundreds ChannelHandler for one connection

magiceye magiceye at 163.com
Thu May 12 06:19:24 EDT 2011


Thanks, I am almost clear about this now. I need to implement
event-dispatcher in myself application level. When my domain object recieve
a message, that was coupled by handlers in pipe. When my domain object send
a message by Channel.write, that will be coupled by handlers in pipe. Netty
take care of a general message process in level of I/O, it let user
application level code isolate with network communication detail as possible
as it can. But application level event-dispatcher needs user implement,
because those event is not belong to I/O category

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Problem-of-hundreds-ChannelHandler-for-one-connection-tp6343673p6355202.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list