On Sun, Jun 18, 2017 at 11:21 PM, ravi chandran <[email protected]> wrote: > I am using libevent 2.0, I have added set of events to event loop.
Maybe you want to switch to 2.1.8? > If all the FD's are available for read at the same time, In which order the > callback will be triggered? I have not configured any priority for events. They will be triggered in the same order as they arrived (because default number of active queues is 1, see event_base_new_with_config() in event.c). > Is the event library will make the epoll system call again after all the > previously set FD's event callback are processed (or) epoll call will be > made, after return from every single FD's associated callback. After all existing events processed. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
