Fast question about threading inside Netty

Marzullo marzullo63 at yahoo.it
Fri Mar 19 15:35:05 EDT 2010


I hadn't time to inspect code deeply, I've just read almost all doc and API
doc, I am quite new to this framework which looks nicely designed.

It makes me understand that the same thread handling I/O on nio is calling
channel handlers directly... so for scalability it'd better if I avoid
long-term operations or any further I/O "before" executor within pipeline,
isn't it?

So for example, if I need to make a JDBC blocking call or loop my CPU for 10
seconds, then it's better to make it after executor handler in the stack...
tell me if I am wrong.


-- 
View this message in context: http://n2.nabble.com/Fast-question-about-threading-inside-Netty-tp4765193p4765193.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list