Hello Catalyst People, I've just released Catalyst::Engine::JobQueue::POE v0.0.3 to CPAN. Until it hits your mirror you can grab it from here:
http://pause.perl.org/incoming/Catalyst-Engine-JobQueue-POE-0.0.3.tar.gz It's a Catalyst Engine that allows you to run an application process (separate from the server) which will execute requests asynchronously (i.e. at fixed moments in time, in the absence of an actual HTTP request), enabling you to schedule these requests as jobs. This version offers the following features: - schedule jobs from a file with crontab-like syntax - removal of jobs wich return an error status (4xx, 5xx) - render HTTP response to logfile and/or email Further plans for developement can be found at: http://klog.diabolique.org/programming/perl/catalyst/index.html Cheers, GrĂ¼n Christian-Rolf [kixx] _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
