Tagged Questions
5
votes
3answers
614 views
How should I best structure my web application using job queues [and Perl/Catalyst]?
I'm writing a web application using the Catalyst framework. I'm also using a Job Queue called TheSchwartz.
I'm wanting to use a job queue because I'm wanting as much of the application specific code ...