Posts tagged as:

catalyst

Using TheSchwartz (Job Queue) with Catalyst

November 2, 2009

TheSchwartz is a job queue module written by the guy(s) behind LiveJournal. It simply allows you to add jobs to a queue, in this case a database, and then have scripts watching the queue (database) and running work tasks when jobs arrive that they know how to deal with.
I wrote down how I used [...]

Read the full article →