Event Handling and Queuing. Design help needed please

"이희승 (Trustin Lee)" trustin at gmail.com
Mon Nov 22 22:40:38 EST 2010


B.L. Zeebub wrote:
> 
> Trustin Lee wrote:
>> No ExecutionHandler in the pipeline => no OOME due to too much read
>> One or more ExecutionHandler in the pipeline => You have to be careful.
>>
> 
> Thanks Trustin. I'm wondering if I may be over-complicating things. As was
> pointed out Netty won't call the handler again until it returns. Does the
> same principal hold true for the pipeline? In reality, I've got several
> upstream and downstream handlers for each incoming message from the server,
> does Netty see the pipeline as a discreet unit and won't start a new call to
> the pipeline utill the last downstream handler has returned or can Netty be
> configured to act so?

Yes, if and only if no execution handler in the pipeline. :-)

-- 
Trustin Lee - http://gleamynode.net/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 290 bytes
Desc: OpenPGP digital signature
Url : http://lists.jboss.org/pipermail/netty-users/attachments/20101123/ca9d96a7/attachment.bin 


More information about the netty-users mailing list