You can specify the number of Socket I/O thread to utilize multi-processors efficiently, using a Java system property, 'mina.socket.processors': java -Dmina.socket.processors=2 com.example.mina.Main The default number of processors is '1'.
java -Dmina.socket.processors=2 com.example.mina.Main