Dave Rolsky wrote:
It uses DB_File to store the data.  I should probably add locking, or
maybe just an option to use BerkeleyDB.pm if available, and use that
modules built-in locking.

Yeah, DB_File is definitely not safe unless you are locking and untying it after every request. MLDBM::Sync does this for you. BerkeleyDB is faster if you use it correctly, and so is a local MySQL.


- Perrin


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to