Skip Menu |

This queue is for tickets about the AnyEvent-Worker CPAN distribution.

Report information
The Basics
Id: 75138
Status: new
Priority: 0/
Queue: AnyEvent-Worker

People
Owner: Nobody in particular
Requestors: LEEDO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.06
Fixed in: (no value)



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?