| Swarmage documentation | view source | Contained in the Swarmage distribution. |
Swarmage::Queue::BerkeleyDB - BerkeleyDB Based Queue
use Swarmage::Queue::BerkeleyDB;
my $queue = Swarmage::Queue::BerkeleyDB->new(
filename => "/path/to/db"
);
| Swarmage documentation | view source | Contained in the Swarmage distribution. |