--- BDB/README 2007/12/12 01:20:54 1.5 +++ BDB/README 2007/12/25 14:23:21 1.6 @@ -24,6 +24,9 @@ }; db_sync $db; + # when you also use Coro, management is easy: + use Coro::BDB; + # automatic result processing with AnyEvent: our $FH; open $FH, "<&=" . BDB::poll_fileno; our $WATCHER = AnyEvent->io (fh => $FH, poll => 'r', cb => \&BDB::poll_cb); @@ -331,6 +334,8 @@ if (dbc) dbc->c_close (dbc); + $int = $cursor->set_priority ($priority = PRIORITY_*) + Example: my $c = $db->cursor;