DistributedLock icon indicating copy to clipboard operation
DistributedLock copied to clipboard

A .NET library for distributed synchronization

Results 57 DistributedLock issues
Sort by recently updated
recently updated
newest added

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...

enhancement

### 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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

See https://etcd.io/docs/v3.2/dev-guide/api_concurrency_reference_v3/ Could use https://github.com/shubhamranjan/dotnet-etcd

enhancement

Hi @madelson, do you have any plans for adding RavenDB distributed lock implementation?

enhancement

Hi. Do you know if anyone has built a MongoDB implementation? Thanks

enhancement

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...

enhancement
question