I want to know how many channels the maximum selector can handle? I am familiar with general I / O algorithms, but I donโt know in NIOwhether I can use a selector to process (for example) 10,000 sockets. Should you use multiple threads and have a selector in each to handle a certain number of sockets?
While I found this one , he did not address this particular issue.
Amrza source
share