afaik, apache does not offer a proper free() function, which might cause
problems with image processing modules(if you're processing multiple images per
connection). so i'd not attempt to hack that library only to get the same
functionality as before. your call, though.
Sam Carleton wrote:
Folks,
I am looking at using the deviL graphics library to downsize the
images in the apache module I am developing. Currently it manages
it's own memory, I don't know the details, though. Am I getting
carried away with wanting to simply up and replace its current memory
management system with the apache pools?
Sam