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

NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Simo Chiegang, Boris Arthur RD-P8.1
Hi guys, I want to know, what is he difference between the constructor: - NioSocketConnector() and NioSocketConnector(Processorcount) - NioSocketAcceptor() and NioSocketAcceptor(Processorcount) In which case I use which of them? Best Regards Boris Simo

AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Simo Chiegang, Boris Arthur RD-P8.1
3:21 PM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : Hi guys, I want to know, what is he difference between the constructor: - NioSocketConnector() and NioSocketConnector(Processorcount) - NioSocketAcceptor() and NioSocketAcceptor(Processorcount) In which case I use

AW: AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Simo Chiegang, Boris Arthur RD-P8.1
. August 2013 17:04 An: users@mina.apache.org Betreff: Re: AW: NioSocketConnector/NioSocketAcceptor Le 8/15/13 3:49 PM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : I know. I want to know the meaning of the parameter Processorcount? Und which effect has this? Ah, that's a different question