Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.

Configuring the number of NIO selector loops

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'.