In which thread the exception will be notified.

javadevmtl java.dev.mtl at gmail.com
Thu Aug 19 10:54:32 EDT 2010


Never. Netty does a good job at keeping everything together. So you will
never get mixed threads or channels.

The best place to put exception caught is usually the last handler of the
pipeline pretty much the handler handles your logic.

So all handlers in the same pipeline run in the same thread. You also need
one Exception Caught. Netty will pass it along the pipeline until one of the
handlers finally handles it.


-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/In-which-thread-the-exception-will-be-notified-tp5431875p5440649.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list