On 3/25/2018 10:44 AM, Pedro Giffuni wrote:
> Somewhat related ...
>
> I have been considering the use of APR pools:
>
> http://www.apachetutor.org/dev/pools
>
> It would be great to have the memory managed by the same technology used
> in Apache httpd.
I need to think about this. It seems very appropriate for transaction
processing. I am not so sure it is a good fit for AOO.
We do a lot of different memory processing in AOO: in some cases it may
be more useful that in others.
For the time being I was only looking at using pools to replace some
malloc()/calloc()s in SAL but I haven't found time to do a PoC.
Pedro.