On Thu, Mar 5, 2015 at 10:20 AM, Yann Ylavic <[email protected]> wrote:
>
> Btw, short term (which is not what you are talking about I guess),
> skiplists in APR-1.5 are missing apr_skiplist_add(), so timers may
> collide and apr_skiplist_insert() won't add them (which does not help
> moving to them in several cases).

Great this have been resolved, thanks Jim :)

The only missing function (really usefull) in APR-1.5.x is
apr_skiplist_size(), but not a big issue since we can create our own
ap_skiplist_insert() and ap_skiplist_pop() which do the counting (if
we use a single skiplist, we probably have to count different timers'
types separately anyhow).

Reply via email to