GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BDB(3) User Contributed Perl Documentation BDB(3)

AnyEvent::BDB - truly asynchronous berkeley db access

   use AnyEvent::BDB;
   use BDB;

   # can now use any of the requests your BDB module supports
   # as long as you use an event loop supported by AnyEvent.

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop.

Loading this module will install the necessary magic to seamlessly integrate BDB into AnyEvent, i.e. you no longer need to concern yourself with calling "BDB::poll_cb" or any of that stuff (you still can, but this module will do it in case you don't).

The AnyEvent watcher can be disabled by executing "undef $AnyEvent::BDB::WATCHER". Please notify the author of when and why you think this was necessary.

AnyEvent, Coro::BDB (for a more natural syntax).

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/
2009-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.