DistributedLock
DistributedLock copied to clipboard
A .NET library for distributed synchronization
See https://github.com/nunit/nunit/issues/3371#issuecomment-1206788569
Right now, if the same process tries to claim a lock, we push this out to the distributed locking layer (e. g. SQL). We could reduce resource usage by first...
### Describe the bug We encounter an unhandled exception thrown by [`Release`](https://github.com/madelson/DistributedLock/blob/de1d4714de09f272ec33665608a7450cf17040c5/DistributedLock.Azure/BlobLeaseClientWrapper.cs#L49) or [`ReleaseAsync`](https://github.com/madelson/DistributedLock/blob/de1d4714de09f272ec33665608a7450cf17040c5/DistributedLock.Azure/BlobLeaseClientWrapper.cs#L52) method when transient errors happen. The exception is thrown from the Azure SDK API `Release` inside...
Hey, I'm interested in adding Instrumentation (primarily metrics for now) to track some lock stats. The metrics I'm trying to add at the moment are: - Total number of locks...
I saw the windows only implementation, and I wondered if you had come accross "named mutexes" in .net core / .net 5 - which I think will offer the same...
I'm interested in developing a plugin for Apache Ignite in memory data grid. I'm wondering if there is any documentation on developing a backend? Ignite has a lock (really just...
See https://etcd.io/docs/v3.2/dev-guide/api_concurrency_reference_v3/ Could use https://github.com/shubhamranjan/dotnet-etcd
Hi @madelson, do you have any plans for adding RavenDB distributed lock implementation?
Hi. Do you know if anyone has built a MongoDB implementation? Thanks
Hello Team, Thanks for really cool package. My application was hanged yesterday and when I attached it to debuggers, it seems that lots of threads were stuck at this state...