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

Mikko Koppanen's Blog: Creating a simple line graph

WebReference.com: Administering RBAC in PHP 5 CMS Framework

PHPit.net: Handling dates and times in PHP & MySQL

SitePoint Web Tech Blog: How To Create Friendlier Random Passwords

Antoine Ughetto's Blog: Easy way to find a file in subdirectory with php


Community Events









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


job feature symfony extension release opinion developer windows drupal joomla benchmark wordpress microsoft podcast framework zendframework conference facebook codeigniter performance

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