Simultaneous invocation of handlers
Dan D
danotsky at gmail.com
Sat Oct 17 18:57:37 EDT 2009
Say I've got a ChannelHandler that acts upstream of the the HTTP code
handlers. Within messageReceived() I'm handling an HTTP request. While
I'm in messageReceived(), can messageReceived be invoked *for the same
Channel* in another thread (a pipelined HTTP request comes in on the same
connection while I'm still processing the first one)? Or will the second
messageReceived() not be invoked until the first completes?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20091017/cfbe1838/attachment.html
More information about the netty-users
mailing list