Doug MacEachern writes:
> there's no limit the number of cleanups you can register, but i would
> still push the sub {}'s into an array and register a single cleanup to
> iterate over them.
you're right that wasn't the problem, I was passing the same
Image::Magick reference to each subroutine, and as it read in pictures
it kept using more and more memory until it ran out of and killed the
process.
I did as you suggested though and now there's only one cleanup,
thanks!
--
[EMAIL PROTECTED]
- $r->register_cleanup limits? Jim Woodgate
- Re: $r->register_cleanup limits? Doug MacEachern
- RE: $r->register_cleanup limits? Jim Woodgate
- RE: $r->register_cleanup limits? Geoffrey Young
