Show Navigation

Grails Plugins

Plugins by tag #lock

  • Distributed Lock

    7.0.03.1.5 > *โ–พ
    Dec 30, 2024
    7.0.03.1.5 > *Dec 30, 2024
    4.0.113.1.5 > *Oct 5, 2022
    4.0.103.1.5 > *Mar 31, 2021
    4.0.93.1.5 > *Mar 31, 2021

    This 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, 2021
    3.0.03.1 > *Feb 24, 2021
    1.0.12.0 > *Mar 16, 2015

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

    โ˜… 1