The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "BerkeleyDB"

BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4, 5 or 6 River stage two • 30 direct dependents • 42 total dependents

NOTE: This document is still under construction. Expect it to be incomplete in places. This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to assume that the inter...

PMQS/BerkeleyDB-0.65 - 13 May 2022 07:08:08 UTC - Search in distribution

BerkeleyDB::Easy - BerkeleyDB wrapper with Perlish interface and error handling River stage zero No dependents

BerkeleyDB::Easy is a convenience wrapper around BerkeleyDB.pm. It will reduce the amount of boilerplate you have to write, with special focus on comprehensive and customizable error handling and logging, with minimal overhead....

RSCHABER/BerkeleyDB-Easy-0.06 - 06 Sep 2014 07:11:16 UTC - Search in distribution

BerkeleyDB::Lite - Simplified Interface to BerkeleyDB River stage zero No dependents

BerkeleyDB::Lite is an interface to Paul Marquess's BerkeleyDB that provides simplified constructors, tied access to data, and methods for returning multiple record sets. Example 1 BerkeleyDB::Lite maintains BerkeleyDB environment references in a pac...

TQISJIM/BerkeleyDB-Lite-1_1 - 08 Aug 2004 03:21:10 UTC - Search in distribution

BerkeleyDB::Locks - Perl extension for Berkeley DB 4.1 River stage zero No dependents

To demystify the Berkeley locking subsystem, realize that "a lock" in Berkeley-ese refers to a verb, not a noun. A lock is an event that links the locker (a process identifier) and a lock-object which represents a database page or record. A complete ...

TQISJIM/BerkeleyDB-Locks-0_4 - 10 Jul 2004 16:51:52 UTC - Search in distribution

Cache::BerkeleyDB - implements the Cache::Cache interface. River stage zero No dependents

This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the backend is based on Berke...

BALDUR/Cache-BerkeleyDB-0.03 - 02 Feb 2006 13:26:20 UTC - Search in distribution

forks::BerkeleyDB - high-performance drop-in replacement for threads River stage zero No dependents

forks::BerkeleyDB is a drop-in replacement for threads, written as an extension of forks. The goal of this module is to improve upon the core performance of forks at a level comparable to native ithreads....

RYBSKEJ/forks-BerkeleyDB-0.06 - 17 Feb 2009 09:49:11 UTC - Search in distribution

BerkeleyDB::Manager - General purpose BerkeleyDB wrapper River stage one • 5 direct dependents • 8 total dependents

This object provides a convenience wrapper for BerkeleyDB...

NUFFIN/BerkeleyDB-Manager-0.12 - 16 Jan 2009 19:01:45 UTC - Search in distribution

Paranoid::BerkeleyDB - BerkeleyDB Wrapper River stage zero No dependents

This module provides an OO/tie-based wrapper for BerkeleyDB CDS implementations intended for use in tied hashes. NOTE: This module breaks significantly with previous incarnations of this module. The primary differences are as follows: Pros ----------...

CORLISS/Paranoid-BerkeleyDB-2.06 - 09 Mar 2022 07:31:43 UTC - Search in distribution

Thesaurus::BerkeleyDB - Store thesaurus data in a BerkeleyDB database River stage one • 1 direct dependent • 1 total dependent

This subclass of "Thesaurus" implements persistence by using a BerkeleyDB file. This module requires the "BerkeleyDB" module from CPAN....

DROLSKY/Thesaurus-0.23 - 31 Mar 2007 15:16:19 UTC - Search in distribution

CHI::Driver::BerkeleyDB - BerkeleyDB Cache Driver for CHI River stage zero No dependents

This cache driver uses Berkeley DB files to store data. Each namespace is stored in its own db file. By default, the driver configures the Berkeley DB environment to use the Concurrent Data Store (CDS), making it safe for multiple processes to read a...

MSCHOUT/CHI-Driver-BerkeleyDB-0.05 - 16 Jun 2018 17:07:12 UTC - Search in distribution

Apache::Quota::BerkeleyDB - Uses BerkeleyDB to lock the quota db file River stage zero No dependents

This module implements locking for the quota db file using BerkeleyDB....

DROLSKY/Apache-Quota-0.04 - 30 Mar 2007 15:34:49 UTC - Search in distribution
  • Apache::Quota - Flexible transfer limiting/throttling under mod_perl

Apache::forks::BerkeleyDB - Transparent Apache ithreads integration using forks::BerkeleyDB River stage zero No dependents

Transparent Apache ithreads integration using forks::BerkeleyDB. This module enables the ithreads API to be used among multiple processes in a pre-forking Apache http environment....

RYBSKEJ/Apache-forks-0.03 - 14 Jan 2008 03:16:07 UTC - Search in distribution

HTML::Index::Store::BerkeleyDB - subclass of HTML::Index::Store using BerkeleyDB. River stage zero No dependents

This module is a subclass of the HTML::Index::Store module, that uses Berkeley DB files to store the inverted index....

AWRIGLEY/HTML-Index-0.19 - 10 Apr 2023 17:02:20 UTC - Search in distribution
  • HTML::Index - Perl modules for creating and searching an index of HTML files
  • HTML::Index::Store - subclass'able module for storing inverted index files for the HTML::Index modules.

CHI::Driver::BerkeleyDB::Manager - The great new CHI::Driver::BerkeleyDB::Manager! River stage zero No dependents

ROUZIER/CHI-Driver-BerkeleyDB-Manager-0.01 - 12 Jul 2014 19:36:18 UTC - Search in distribution

Email::AutoReply::DB::BerkeleyDB - Berkeley DB autoreply cache database River stage zero No dependents

Please see Email::AutoReply::DB, the interface this class implements....

AMONSEN/Email-AutoReply-1.04 - 09 Jun 2008 22:04:13 UTC - Search in distribution

Data::Session::Driver::BerkeleyDB - A persistent session manager River stage one • 3 direct dependents • 5 total dependents

Data::Session::Driver::BerkeleyDB allows Data::Session to manipulate sessions via BerkeleyDB. To use this module do both of these: o Specify a driver of type BerkeleyDB, as Data::Session -> new(type => 'driver:BerkeleyDB ...') o Specify a cache objec...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

Antispam::Toolkit::Role::BerkeleyDB - A role for classes which store spam check data in a BerkeleyDB file River stage one • 1 direct dependent • 1 total dependent

This role provides most of what's needed in order to store spam-checking data in a BerkeleyDB file. The only method you must implement in your class is the "$class->_store_value()" method. Typically, this will be a database containing things like bad...

DROLSKY/Antispam-Toolkit-0.08 - 16 Jan 2011 19:47:11 UTC - Search in distribution

Catalyst::Plugin::Cache::BerkeleyDB River stage zero No dependents

Adds an accessor for a BerkeleyDB cache in your Catalyst application class....

DKAMHOLZ/Catalyst-Plugin-Cache-BerkeleyDB-0.01 - 10 Mar 2006 05:44:41 UTC - Search in distribution

Data::Localize::Storage::BerkeleyDB - BerkeleyDB Backend River stage one • 6 direct dependents • 7 total dependents

DMAKI/Data-Localize-0.00028 - 04 Oct 2019 11:07:25 UTC - Search in distribution

Search::InvertedIndex::Simple::BerkeleyDB - Build indexes for a set of search keys; Search using BerkeleyDB River stage zero No dependents

"Search::InvertedIndex::Simple::BerkeleyDB" is a pure Perl module. See the parent module "Search::InvertedIndex::Simple" for an explanation of the options "dataset" and "keyset" passed in to "new()". "db_put()" writes the index built by "Search::Inve...

RSAVAGE/Search-InvertedIndex-Simple-BerkeleyDB-1.06 - 23 Mar 2012 06:57:42 UTC - Search in distribution
102 results (0.052 seconds)