Good news for MINA users who use Linux. Java 6 SE and and Java 5 update 10 both have support for epoll on Linux. Using epoll should provide a significant performance increase for people using MINA with thousands of connections on Linux.
Take a look at the following links for details. http://blogs.sun.com/alanb/entry/epoll http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_10 http://java.sun.com/javase/6/docs/technotes/guides/io/enhancements.html#6 -Mike
