Zend Framework Cron Tasks in Parallel
Submitted by jazzslider on Fri, 01/29/2010 - 00:00
At the end of my recent post on building a cron service for your Zend Framework application, I mentioned a couple of weaknesses in the approach I took. Most notably, my cron service lacked any kind of locking mechanism to prevent cron runs from overlapping.
Categories: