|
|
|
|
|
by doomrobo
4328 days ago
|
|
I think the only viable (in terms of portability) alternative is poll. There's a pretty good comparison of the two written by the author of cURL [0]. But essentially it's the same speed and doesn't have a hard-coded FD limit, but it runs on fewer platforms. [0] http://daniel.haxx.se/docs/poll-vs-select.html |
|