I benchmarked Mina 2.0's NioDatagramConnector vs java.net.DatagramSocket on a
Linux 2.6 kernel.

Mina 2.0 NioDatagramConnector, connect(), future.addListener(),
session.close()
100,000 iterations
~20 seconds
~5,000 per second

java.net.DatagramSocket, connect(), disconnect(), close()
100,000 iterations
~2-3 seconds
~30,000 to 50,000 per second


-- 
View this message in context: 
http://www.nabble.com/performance-of-NioDatagramConnector.connect%28%29-tp14683147s16868p14684993.html
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to