AnyDBM

From Wikipedia, the free encyclopedia

AnyDBM is a general-purpose dbm library for C++ that provides a high-level templated front-end to any DBM package. It is available under the GPL.

Contents

[edit] Remote DBM

Remote DBM (RDBM) converts a DBM-using program to an RPC Client-Server architecture. It was originally designed for the project Optical Disc Archive System, used to manage a multi-terabyte archive of satellite image data using robotic storage. In order to allow multiple concurrent processes to access the system without a complex locking scheme, the NDBM server was written. A C API is provided to access the RDBM server.

[edit] Backends

[edit] Application

  • mod_auth_rdbm - Apache module
  • rdbmmanage - CGI (or ECGI) program for password database management.

[edit] Other languages

Similar libraries for other programming languages have also been named AnyDBM:

[edit] External links