News Feed
Jobs Feed
Sections




News Archive
Abhinav Singh's Blog:
How to use locks in PHP cron jobs to avoid cron overlaps
December 29, 2009 @ 12:45:31

In this new post from Abhinav Singh on how to use file locking to keep your cron jobs from trying to use the same resources.

Cron jobs are hidden building blocks for most of the websites. They are generally used to process/aggregate data in the background. However as a website starts to grow and there is gigabytes of data to be processed by every cron job, chances are that our cron jobs might overlap and possibly corrupt our data. In this blog post, I will demonstrate how can we avoid such overlaps by using simple locking techniques. I will also discuss a few edge cases we need to consider while using locks to avoid overlap.

He includes some sample code - both the class to create the functionality and a script showing how to make use of it (and, of course, an example of it in use).

0 comments voice your opinion now!
cron file lock tutorial


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Writing Gearman Workers in PHP

Chris Jones' Blog: Oracle Resources for PHP

PHPMaster.com: Avoid the Original MySQL Extension, Part 2

Rob Allen: Sending an HTML with text alternative email with Zend\Mail

CSS-Tricks.com: Tracking Clicks, Building a Clickmap with PHP and jQuery


Community Events











Don't see your event here?
Let us know!


development testing example unittest framework functional tool release series conference interview introduction object podcast opinion phpunit code community zendframework2 language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework