Has Java blocking IO on 64 bit Linux, in 2015, solved the C10K issue?
In other words:
Can a thread-per-socket Java server (not NIO), running on 64 bit Linux, keep 10,000 threads running?
Can it trivially reply to incoming data (on a small subset of the connections) within a millisecond or two?