Hi

H. Peter Anvin hpa@zytor.com
Tue, 30 Oct 2001 18:07:07 -0800


Dan Maas wrote:

> 
> I've been working on something similar for one of my own projects. My needs
> are somewhat different than LPSM (I don't need transaction logging but I
> share the arena between many processes, mapped at different addresses). I
> might use the malloc code from LPSM as it seems much more advanced than what
> I have now. (with full LGPL compliance of course).
> 


This actually makes me curious, what do you do to keep the different
processes from stepping on each other?  Also, how do you handle extending
the arena?

	-hpa