<< |  >>
#5236 Dodano: 16-08-2011 20:42. Głosów: 73
/* OS X, in its infinite idiocy, actually HARDCODES
* a limit of 1024 into their select. Where people have brains,
* OS X engineers apparently have a vacuum. Or maybe they were
* ordered to have a vacuum, or they do anything for money.
* This might help. Or not.
*/
#define _DARWIN_UNLIMITED_SELECT 1
https://github.com/joyent/libuv/blob/master/src/ev/ev.c
<< |  >>