Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Sander Striker
On Thu, 2004-01-08 at 14:30, Ben Laurie wrote: > Dipak Patel wrote: > > We are considering the use of APR memory pool feature in our commercial > > product but I have not been too impressed with the support out there. > > Perhaps you should consider paying more for it, then. ROTFL. That's one w

Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Ben Laurie
Dipak Patel wrote: This is the third time I'm asking this question. Can anyone please tell me how to use some built in feature of the apr memory pool module to move a sub-pool to under another pool? Our software makes use this type of feature to pass messages from on layer to another where each

Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Sander Striker
On Thu, 2004-01-08 at 03:21, Sander Striker wrote: > On Thu, 2004-01-08 at 02:46, Dipak Patel wrote: > > This is the third time I'm asking this question. Can anyone please > > tell me how to use some built in feature of the apr memory pool module > > to move a sub-pool to under another pool? Our so

Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Cliff Woolley
On Thu, 8 Jan 2004, Sander Striker wrote: > Doable. Should be a fairly tiny patch to make this possible. It would > be a 'BEWARE! USE AT OWN RISK!' feature, since you are going to mess Hah, like I said, Sander's the man. :-)

Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Sander Striker
On Thu, 2004-01-08 at 02:46, Dipak Patel wrote: > This is the third time I'm asking this question. Can anyone please > tell me how to use some built in feature of the apr memory pool module > to move a sub-pool to under another pool? Our software makes use this > type of feature to pass messages fr

Re: Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Cliff Woolley
On Wed, 7 Jan 2004, Dipak Patel wrote: > This is the third time I'm asking this question. Can anyone please tell me > how to use some built in feature of the apr memory pool module to move a > sub-pool to under another pool? Our software makes use this type of feature > to pass messages from on la

Memory pools -- support for moving a sub-pool from one pool to an other

2004-01-08 Thread Dipak Patel
This is the third time I'm asking this question. Can anyone please tell me how to use some built in feature of the apr memory pool module to move a sub-pool to under another pool? Our software makes use this type of feature to pass messages fromĀ on layer to another where each layer has its o