Tag Archives: nio2

JavaEE 6: asynchronous contexts and Ajax push

Posted on 29. Sep, 2010 by Guilherme Silveira.

0

Backend developers requireing high scalability already know the no blocking IO tricks for a while: selector, poll and epoll in Linux, kqueue in MacOS and BSD, finally I/O Completion Ports in Windows. A Renato Lucindo session at QConSP touched questions and solutions that can be implemented using those ideas. Those standards and implementations are already [...]

Continue Reading