From: SourceForge.net <no...@so...> - 2008-01-15 23:24:33
|
Patches item #1872448, was opened at 2008-01-15 15:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008546&aid=1872448&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: c client Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andrew Kornev (akornev) Assigned to: Nobody/Anonymous (nobody) Summary: Replace select() with poll() in the I/O thread Initial Comment: Use poll() in the event loop to overcome select() limitation of max 1024 file descriptors. Also, the patch includes: - removed unused declarations from zookeeper.h/.c - implemented zoo_set_log_stream() public API to make it possible for applications to define their own stream for the zookeeper library logs - minor fixes to the unit tests ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008546&aid=1872448&group_id=209147 |