Hello
I am trying to understand how to control Mina threads. I have the following components: SocketAcceptor -> ProtocolCodecFilter -> IoHandler How do I configure the number of threads used for the protocol encoding / decoding? How do I configure the number of threads used for the message handling? I am using Mina 1.0, the tutorial and presentations talk about older versions. thanks Ran.
