At the end of my recent post on building a cron service for Zend Framework applications, I mentioned a couple of weaknesses in my approach, most notably the lack any kind of locking mechanism. This post shows how to fix that.
I recently took the opportunity to build a simple cron task manager for this blog; since the resulting system could easily be adapted to other Zend Framework applications, I figured I'd better share.