Fast question about threading inside Netty

Enno Shioji eshioji at gmail.com
Sat Mar 20 01:28:25 EDT 2010


Hi,

I'm fairly new to netty, too, but yeah, that's my understanding, too.



On Sat, Mar 20, 2010 at 4:35 AM, Marzullo <marzullo63 at yahoo.it> wrote:
>
> 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.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>


More information about the netty-users mailing list