lmb wrote: > Right now it is tied to using a GDBM_File in the > backend and keeping some caches in Perl structs around though. This is fine > for me because I don't need concurrent access and wanted a low-overhead > solution - for really dynamic sites I'd expect that a DBI backend should be > used instead. You can make GDBM_File safe for concurrent access by replacing it with MLDBM::Sync. - Perrin