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: Object-Oriented PHP Part 1: Definition

PHPBuilder.com: Profiling PHP Code with Xdebug and KCacheGrind

Michael Nitschinger's Blog: Playing with Composer and Lithium

Brandon Savage's Blog: Exceptional PHP: Nesting Exceptions In PHP

Bence Eros' Blog: Life without static in PHP


Community Events











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


release composer framework interview community phpunit database code opinion functional example development language unittest testing zendframework2 podcast api series introduction

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