Branko Čibej wrote:
I think there may be some interest in this ... we've learned the hard way that pools as they stand today, while moderately nice for stateless server implementations, are less than moderately horrible for anything else.
I strongly disagree.malloc and free are painful in the extreme, subpools give you all the structure of object oriented programming, without the need to touch C++.
Just replace malloc with apr_pool_create, and replace free with apr_pool_destroy, and you are done.
Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
