Thursday, 11. November 2010
Java NIO Efficient Enough for 512K Concurrent Connections11/11/2010 02:18 PM
Interesting story at least...folks who wrote Airmail Push for Android built support for 512K concurrent push notification connections using Java NIO (and the Netty library did roughly 30% worse):
http://blog.urbanairship.com/blog/2010/08/24/c500k-in-action-at-urban-airship/
And this is what they did for Linux kernel tuning:
http://blog.urbanairship.com/blog/2010/09/29/linux-kernel-tuning-for-c500k/