On Wed, 2008-12-17 at 19:07 +0300, Ury Stankevich wrote: > 1. can we improve APR_BRIGADE_CHECK_CONSISTENCY to check > bucket/brigade pools to complain > if bucket is allocated _not_ from the same pool as brigade ( and not > it ancestor)? > > 2. how we can safely move bucket from one pool to another ? > make a bucket copy ( via apr_bucket_copy) but it is allocated from > the same pool as origin.
Just for clarity, you are talking about pool buckets here, right? The ones created with apr_bucket_pool_create/make(). -- Bojan
