We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93d7789 + 16f9aae commit e9d5db7Copy full SHA for e9d5db7
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# SqlAppLockHelper -- Easy Distributed Mutex/Locking with Sql Server
+# SqlAppLockHelper -- Easy & Robust Distributed Mutex Application Locking with Sql Server
2
An ultra lightweight library that provides and easy to use API for a robust distributed mutex locking capability that leverages
3
Sql Server (e.g. sp_getapplock & sp_releaseapplock). Sql Server provides a very robust & efficient distributed mutex/locking
4
capability and this library exposes this in an easy to use C# .Net Standard API using custom extension methods
0 commit comments