News Feed
Jobs Feed
Sections




News Archive
Andrew Johnstone's Blog:
Lock Files in PHP & Bash
January 05, 2010 @ 12:40:39

Andrew Johnstone, inspired by a previous post on file locking to avoid cron job overlaps, as posted his own method and give a few more examples of how it can be done.

In order for a lock to work correctly it must handle, Atomicity / Race Conditions, and Signaling. I use the following bash script to create locks for crontabs and ensure single execution of scripts.

His bash script looks at the processes currently running and checks to be sure there's not already one there. If not, it takes the script given and executes an instance. If the process has finished running but the lock file is still there, it removes it and moves on to the execute. He includes a few examples of how to use it and the code for a PHP class that makes it easy to check if something's running, locked or what the current signal/status of the process is.

0 comments voice your opinion now!
lock file bash script tutorial


blog comments powered by Disqus

Similar Posts

Jose de Silva's Blog: Speeding up your application with Cache_Lite

Brian Swan's Blog: Getting Started with PHP and SQL Azure

Zend Developer Zone: Create your own widget with PHP-GTK

Hakre's Blog: Iterating over Multiple Iterators at Once

Web Development Blog: Tutorial: Create a zip file from folders on the fly


Community Events











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


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

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