I want to know how many channels can a selector can handle at maximum? I'm familiar with common I/O algorithms, but I don't know in NIO
whether I can use a selector for handling (for example) 10000 sockets. Should use a number of threads and have a selector in each for handling a specific number of sockets?
While I found this, it didn't address this specific question.