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

Inside Open Source: Two New Articles (Date/Time & Services_Google)

Steve Francia's Blog: Getting Started with Symfony2

Zend Developer Zone: Action Helpers in Zend Framework

Sameer's Blog: Easy way to build GET query strings in php

MelonFire Community: Caching Web Sites With PEAR Cache


Community Events









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


opinion language zendframework2 code development testing interview object introduction framework api release podcast community tool example unittest functional event composer

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