Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuff/database-semaphore
A proof of concept to use a row in a database as a semaphore for locking resources.
https://github.com/kyuff/database-semaphore
Last synced: 12 days ago
JSON representation
A proof of concept to use a row in a database as a semaphore for locking resources.
- Host: GitHub
- URL: https://github.com/kyuff/database-semaphore
- Owner: kyuff
- License: mit
- Created: 2014-11-22T05:54:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T20:57:10.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T18:23:38.325Z (7 months ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
database-semaphore
==================A proof of concept to use a row in a database as a semaphore for locking resources.
Post about the code: http://blog.kyuff.dk/2014/11/database-semaphores.html