On Sat, Dec 17, 2011 at 8:25 PM, Neeraj Rai <[email protected]> wrote:

> Let me refine the questions from the last email.
>

This may be a bit orthogonal to your primary questions or possibly
irrelevant, but if all of these timers have the same absolute duration, it
would be simplest to adopt strategy #4 from the ev_timer documentation and
manage them yourself in a doubly-linked list and a single ev_timer, and
maintain the firing order via the list order.  Or if you have a small set
of fixed absolute durations, a doubly-linked list + ev_timer for each
duration.

-- Brandon
_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to