The libevent sources in the CVS repository provide handling of signals via select() or kqueue(). Another change allows events to be persisitent when the EV_PERSIST flag is passed in with event_set. This takes better advantage of the kqueue() API.
Log in to post a comment.