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

Re: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Emmanuel Lécharny
Le 8/15/13 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

AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Simo Chiegang, Boris Arthur RD-P8.1
I know. I want to know the meaning of the parameter Processorcount? Und which effect has this? Mit freundlichen Grüßen Boris Simo RD-P8.1 Steuerung Digitaldruck Heidelberger Druckmaschinen AG Kurfürsten-Anlage 52-60 69115 Heidelberg Phone: +49 6221 92 1234 boris.s...@heidelberg.com

Re: AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Emmanuel Lécharny
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 then. This parameter tells how many IoProcessor will be spawned to process the ourgoing and incoming

AW: AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Simo Chiegang, Boris Arthur RD-P8.1
Ok that means, when I write new NioSocketConnector(), the number of threads to use isn't no limited. If I give a a processorCount (may be 2 ), I will limit the number of threads to 2. I'm wright? Mit freundlichen Grüßen Boris Simo RD-P8.1 Steuerung Digitaldruck Heidelberger Druckmaschinen

Re: AW: AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Emmanuel Lécharny
Le 8/15/13 5:13 PM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : Ok that means, when I write new NioSocketConnector(), the number of threads to use isn't no limited. If I give a a processorCount (may be 2 ), I will limit the number of threads to 2. I'm wright? Yes. If you don't provide

Re: AW: AW: NioSocketConnector/NioSocketAcceptor

2013-08-15 Thread Jon V.
Please don't take this the wrong way. The apache Mina site is full of examples and documentation. That should be your primary source of information before asking questions on the email list. Remember, this list covers 5 different projects and your email goes out to a lot of people. I am very