lock_unlock - creating and removing a lock file

Wednesday, 18 February 2004, 11:46 AM EST

At some point, every shell programmer must ensure that only one process executes at a given time or otherwise ensures a resource is locked.

Often, it's necessary to prevent more than one instance of the same (or related) programs from running at the same time. For example, you may have daily Oracle open backup, and hourly Oracle archive log backup. Both backups save archived logs and delete them. You do not want two instances to run at the same time, creating unpreditable results.

The idiom to do this in shell is to create a lock file or directory. Whatever instance sets the lock first is authorized to proceed. If another instance executes, but a lock exists, the first instance will either wait for the lock to lift or terminate. When the first instance completes execution, it then removes the lock file, so the next instance can run.

By Michael Wang at Unix Review.

[ Read more ]

Related items





Spotlight

Information security executives need to be strategic thinkers

Posted on 17 June 2013.  |  George Baker, the Director of Information Security at Exostar, talks about the challenges in working in a dynamic threat landscape, offers tips for aspiring infosec leaders, and more.


Daily digest

By subscribing to our early morning news update, you will receive a daily digest of the latest security news published on Help Net Security.
  

Weekly newsletter

With over 500 issues so far, reading our newsletter every Monday morning will keep you up-to-date with security risks out there.
  

 

DON'T
MISS

Mon, Jun 17th
    COPYRIGHT 1998-2013 BY HELP NET SECURITY.   // READ OUR PRIVACY POLICY // ABOUT US // ADVERTISE //