Plugins by tag #lock
Distributed Lock
7.0.03.1.5 > *โพDec 30, 20247.0.03.1.5 > *Dec 30, 20244.0.113.1.5 > *Oct 5, 20224.0.103.1.5 > *Mar 31, 20214.0.93.1.5 > *Mar 31, 2021This plugin provides a framework and interface for a synchronization mechanism distributed to multiple server instances. In today's world of horizontal computational scale and massive concurrency, it becomes increasingly difficult to synchronize operations outside the context of a single computational space (server/process). This plugin aims to make that easier by providing a simple service to facilitate this, as well as defining an interface for adding low level providers.
Distributed Mutex
3.0.03.1 > *โพFeb 24, 20213.0.03.1 > *Feb 24, 20211.0.12.0 > *Mar 16, 2015The Distributed Mutex plugin provides a way to create mutexes backed by a database row. This helps when writing distributed systems that need to lock a resource but database transactions are not sufficient to encapsulate the resource being accessed.