Question about IohandlerAdapter

2013-06-26 Thread Simo Chiegang, Boris Arthur RD-P8.1
Hi guys, my question: the method messageReceived(IoSession, Object) in the class IoHandlerAdapter executes parallel or sequenciel? I have a client, who send me a lot of messages and the server processes the message in different way. When the server got a message that take a lot of time to

AW: Question about IohandlerAdapter

2013-06-26 Thread Simo Chiegang, Boris Arthur RD-P8.1
about IohandlerAdapter Le 6/26/13 10:09 AM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : Hi guys, my question: the method messageReceived(IoSession, Object) in the class IoHandlerAdapter executes parallel or sequenciel? Depends. 1) You have many clients (ie, many sessions) the server

Re: Question about IohandlerAdapter

2013-06-26 Thread William Jing
Terrific 发自我的 iPhone 在 2013-6-26,16:35,Emmanuel Lécharny elecha...@gmail.com 写道: Le 6/26/13 10:09 AM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : Hi guys, my question: the method messageReceived(IoSession, Object) in the class IoHandlerAdapter executes parallel or sequenciel?