Having the ability to scale beyond 1k fd's by using poll is a good thing. Also write code to setup for using a library like libev where we can use a more efficient os agnostic selection mechanism.
Denil Vira (1): lib: Replace lists with arrays to store read and write threads Donald Sharp (4): lib: Abstract fd set operations lib: Refactor read/write functionality lib: Refactor thread_process_fd lib: Add ability to use poll() instead of select configure.ac | 6 + lib/thread.c | 434 ++++++++++++++++++++++++++++++++++++++++++++++++++--------- lib/thread.h | 49 +++++-- 3 files changed, 412 insertions(+), 77 deletions(-) -- 1.9.1 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
