You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jacob Champion <ch...@gmail.com> on 2017/03/03 21:52:14 UTC

Re: Read scattered to gather send

On 03/03/2017 11:38 AM, Yann Ylavic wrote:
> First fix :)
>
> On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic <yl...@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 (allocated), 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