Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
287 B
Plaintext
6 lines
287 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 & writes.
|