FIFO Lock (Ticket lock)
No security coverage
Drupal Locking mechanisms with FIFO (Ticket lock)
The original Drupal Locking mechanisms is great.
However, it does not respect first comer.
It just randomly select a waiting request and process it, which makes some requests to timeout if they are getting unlucky.
Given that the server throughput is enough, this module should reduce the error rate due to timeout from the unlucky request.
Any collaboration are welcome.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.5 | Stable | Update to support Drupal 11 | Oct 4, 2024 |