FICHA · MANJARO

ruby-filelock

Heavily tested yet simple filelocking solution using flock

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Helps Ruby programs coordinate access to files by using flock-based locks. It is useful when scripts, jobs, or services need to prevent two processes from writing the same local resource at the same time.

File locks depend on filesystem behavior and process discipline. Test network filesystems, crash recovery, stale locks, permissions, and timeout behavior before protecting important data.

Permissions

Permissions not analysed for this source yet.