News Feed
Jobs Feed
Sections



Recent Jobs

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



Similar Posts

IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client

Rob Allen's Blog: MongoDB on OS X with the stock PHP installation

DevShed: Using Inheritance, Polymorphism and Serialization with PHP Classes

SeeIT Consult Blog: PHP mail() with Ubuntu Desktop and Gmail

DevShed: Drawing Functions and the GD Library in PHP


Community Events

phpnw10 PHP Conference 09/10/2010




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


zendframework job plugin development codeigniter framework developer opinion phpunit podcast conference symfony book curl wordpress application unittest database example suggestion

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