Re: Allocating a buffer efficiently...?

2002-03-02 Thread Graham Leggett
Sander Striker wrote: Can you point me to the original post? I'd like to see the context. Specifically which pool is being used. The original was Pine.BSF.4.21.0202240946360.45832-10@is. Regards, Graham -- - [EMAIL PROTECTED]

RE: Allocating a buffer efficiently...?

2002-03-02 Thread Igor Sysoev
On Sat, 2 Mar 2002, Sander Striker wrote: In a recent patch to mod_proxy, a static buffer used to store data read from backend before it was given to frontend was changed to be allocated dynamically from a pool like so: +/* allocate a buffer to store the bytes in */ +/* make