|
Posted by David Muir Sharnoff on May 10, 2007, 12:16 pm
Please log in for more thread options
OOPS is a persistent store for perl data. It handles most
kinds of perl objects (including oddities like references to
hash values). The data is stored with a relational backend
and is (potentially) querriable with SQL.
Version 0.2002 is a major release. It includes important
bugfixes (bugs found in production use with the outbound
mail quarantine: Qpsmtpd::Plugin::Quarantine). It adds a
garbage collector so that if you leak persistent data you
can recover the space (OOPS::GC).
Get it from CPAN.
http://search.cpan.org/~muir/OOPS/lib/OOPS.pod
-Dave
--
|