DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20271>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20271 [PATCH] General background task manager leveraging Avalon Summary: [PATCH] General background task manager leveraging Avalon Product: Cocoon 2 Version: 2.0.4 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've written a GenericTaskManager that allows background tasks to be triggered from timed events or via an action (in a pipeline). Due to some recent interest on the cocoon-users list for something like this, I propose donating my task management code back to the cocoon community. It is based heavily on Avalon packages, so contains only a small amount of new code. I've been running it under Cocoon 2.0.4, but updated some Avalon libraries. I think this might be a candidate for 2.1 (or later if it would interfere with getting 2.1 out). I have a word document that describes what I have implemented (available on request). It describes how to implement a task, how to use the config file (tasks.xconf) and what to add to the cocoon.xconf (the task manager is a component).