Java IO Faster Than NIO
rsk writes "Paul Tyma, the man behind Mailinator, has put together an excellent performance analysis comparing old-school synchronous programming (java.io.*) to Java's asynchronous programming (java.nio.*) — showing a consistent 25% performance deficiency with the asynchronous code. As it turns out, old-style blocking I/O with modern threading libraries like Linux NPTL and multi-core machines gives you idle-thread and non-contending thread management for an extremely low cost; less than it takes to switch-and-restore connection state constantly with a selector approach."
Maybe I missed some humor here (aside from the played out "get off my lawn" crap), but retorting to a reply with "Nuh-uh!" doesn't make for effective counter-argument.
Fully expecting someone to reply to me with "Nuh-uh!" C'mon, you know you want to...