Re: Problem with dbm files?

2002-12-11 Thread Josh Chamas
Warren Pollans wrote: One app uses MLDBM (with DB_File) to store a complex hash. One doc, mod_perl and dbm files, suggests that there might be consistency problems (locking related) when using dbm files with mod_perl. It seems that the MLDBM::Sync module is supposed to eliminate this

Problem with dbm files?

2002-12-09 Thread Warren Pollans
Hello, I'm in the process of converting my perl CGI scripts to run under mod_perl. I'm working on an ibook (MacOSX 10.1.5 -Apache/1.3.26 (Darwin) mod_perl/1.26) So far, so good - the apps using mysql still work under mod_perl :-). One app uses MLDBM (with DB_File) to store a complex hash.