I've been examining several DLM's but most of them are written in JAVA or C++. Can't seem to find any service specifically implemented for .NET. Any idea or recommendations for distributed synchronization in .NET?
Quite late to the party, but for anyone interested now, ServiceStack's Redis client might be useful:
https://github.com/ServiceStack/ServiceStack.Redis/wiki/RedisLocks
Have you looked into Apache Zookeeper?
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
There is a .NET API for that at
https://github.com/ewhauser/zookeeper/tree/trunk/src/dotnet
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With