2017 © Pedro Peláez
 

library lock

Web2All advisory lock with database

image

web2all/lock

Web2All advisory lock with database

  • Friday, December 15, 2017
  • by merijnvdk
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Web2All lock

This web2all/lock package requires the web2all/framework (https://github.com/web2all/framework). It used to be proprietary software but now it has been released to the public domain under a MIT license., (*1)

This pacckage is no longer actively maintained. Most likely it is only of interest if you own software created by Web2All B.V. which was built using these classes., (*2)

What does it do

Implement simple advisory locking. Currently only implements this using a mysql database which must be shared between the applications which want to use the advisory locking. Internally it uses the mysql functions GET_LOCK and RELEASE_LOCK. This makes it very easy to implement advisory locking between programs using the same database server. Prevent your processes from running in parallel., (*3)

License

Web2All framework is open-sourced software licensed under the MIT license (https://opensource.org/licenses/MIT)., (*4)

The Versions

15/12 2017

dev-master

9999999-dev

Web2All advisory lock with database

  Sources   Download

MIT

The Requires

 

database lock advisory web2all

15/12 2017

1.0.1

1.0.1.0

Web2All advisory lock with database

  Sources   Download

MIT

The Requires

 

database lock advisory web2all