--- BDB/BDB.pm 2007/02/11 22:07:23 1.6 +++ BDB/BDB.pm 2007/07/08 14:57:59 1.9 @@ -8,6 +8,10 @@ =head1 DESCRIPTION +See the eg/ directory in the distribution and the berkeleydb C +documentation. This is inadequate, but the only sources of documentation +known for this module so far. + =head2 EXAMPLE =head1 REQUEST ANATOMY AND LIFETIME @@ -65,7 +69,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '0.1'; + our $VERSION = '0.5'; our @BDB_REQ = qw( db_env_open db_env_close db_env_txn_checkpoint db_env_lock_detect @@ -180,8 +184,12 @@ BDB::poll_wait, BDB::poll_cb while BDB::nreqs; +=back + =head3 CONTROLLING THE NUMBER OF THREADS +=over 4 + =item BDB::min_parallel $nthreads Set the minimum number of AIO threads to C<$nthreads>. The current