mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
This module wraps around the MLDBM interface, by handling concurrent
|
|
access to MLDBM databases with file locking, and flushes I/O explicity
|
|
per lock/unlock. The new [Read]Lock()/UnLock() API can be used to
|
|
serialize requests logically and improve performance for bundled reads
|
|
and writes.
|