Thursday, October 04, 2007
use TheSchwartz job queue to handle Image-Resize For Catalyst App.
TheSchwartz - reliable job queue. original developped by Brad and used in LiveJournal.
My main aim is to remove 'Image::Magick' out of my Catalyst App since Image::Magick takes a lot of memories for every process under mod_perl. so we need a non-stop cron script to monitor and resize photos. and I picked TheSchwartz up for my Foorum Catalyst App.