You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Graham Leggett <mi...@sharp.fm> on 2007/01/24 16:20:35 UTC

Terms for bucket types

Hi all,

APR contains support for buckets represented by physical memory (HEAP and
IMMORTAL), as well as "virtual" buckets that consume virtually no memory
themselves, but that represent possibly large blocks of data (FILE).

Is there a term used within APR to categorize buckets of these two types?

Would "physical" buckets and "virtual" buckets make sense?

Regards,
Graham
--



Re: Terms for bucket types

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Jan 24, 2007, at 10:20 AM, Graham Leggett wrote:

> Hi all,
>
> APR contains support for buckets represented by physical memory  
> (HEAP and
> IMMORTAL), as well as "virtual" buckets that consume virtually no  
> memory
> themselves, but that represent possibly large blocks of data (FILE).
>
> Is there a term used within APR to categorize buckets of these two  
> types?
>
> Would "physical" buckets and "virtual" buckets make sense?
>

As good as any :)