According to the help on http://mina.apache.org/configuring-thread-model.html 
it says that the default number is one.

However, I always get 16.   I can't even figure out how to make it one
thread.   

Is that supposed to say it starts at one and grows to 16?   

The suggest is to based it on the number of cores.   For the life of me,
however, I can not make this work:

IoAcceptor acceptor = new SocketAcceptor(4,
Executors.newCachedThreadPool());

Any examples I can look at?

Cheers,

Blaze.


-- 
View this message in context: 
http://www.nabble.com/Is-this-right--%22The-default-number-of-the-I-O-processor-threads-is-1.%22-tf4616430s16868.html#a13184235
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to