On 03/03/2017 11:38 AM, Yann Ylavic wrote:
First fix :)

On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic <ylavic....@gmail.com> wrote:

With apr_allocator_bulk_alloc(), one can request several apr_memnode_t
of a fixed (optional) or minimal given size, and in the worst case get
a single one (allocaƓted), or in the best case as much free ones as
available (within a maximal size, also given).

The non-fixed version was buggy (couldn't reuse lower indexes), so
"apr_allocators-bulk-v2.patch" attached.
Will post some numbers (w.r.t. buffers' resuse and writev sizes) soon.

Neat! I will try to give this a shot some time next week (and I still haven't followed up on your mod_bucketeer fix in another thread, sorry...).

--Jacob

Reply via email to