Subject: | option to cycle worker after N jobs |
I have a class-based AE::Worker that is using Image::Magick, and is therefore leaking memory.
I've hacked on some code to cycle the worker after N number of requests are handled. Is this
something that would be worth building into AE::Worker?