Hi guys, I got a really disturbing issue with Java Nio, I have googled a lot without any luck. The problem is i want to create a NIO server, that waiting for connections from clients. Everything is fine, until the concurrent number of socket connections to the server reach the exact number: 62. If number of socket connections is over 62, ...