Random Thoughts

I want to dig into the continuations expiration code, and learn how the scheduler works. Then, I want to expose the scheduler as a full-fledged Cocoon component so you can trigger pipelines or actions or flowscripts at a timed interval.

I want to schedule Cocoon to fetch data (activating a pipeline) and insert data into a database (MySQL, Xindice, etc) at regular intervals. I know a standalone Java app could worry aobut that part, but where’s the fun?

Imagine scheduling something from the Flow layer.

Comments are closed.