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

Nefarious Designs Blog: Vagrant Virtualised Dev Environments

Ilia Alshanetsky\'s Blog: MS vs PHP

Zend Developer Zone: Manipulating Configuration Data with Zend_Config

Anthony Ferrara: Programming With Anthony - Dependency Injection

Zend Developer Zone: Create APIs with FRAPI


Community Events











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


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

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