Currently mio is using for Solaris epoll interface. But Solaris doesn't have this interface. Only Illumos has it. There are two things to be done: - To distinguish between Solaris and Illumos. - Implement selector on Solaris (probably via even ports API)