Thank you for the benchmarks. This is very valuable information. Unfortunately, we haven't done a lot of performance turning on MINA UDP. This is something that we should address in MINA 2.0. Wilson, would you please log a JIRA issue with your benchmarks so that we can schedule time to work on this?
-Mike Wilson Yeung wrote: > 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 > >