6
votes
4answers
284 views
How to most efficently handle large numbers of file descriptors?
There appear to be several options available to programs that handle large numbers of socket connections (such as web services, p2p systems, etc).
Spawn a separate thread to handle I/ …
