RE: DBM ties within Apache under Mod Perl

2003-01-30 Thread Jim Morrison [Mailinglists]
Perrin You can only do that for read-only dbms. For read/write, use MLDBM::Sync. Ok.. Will have a look at that .. Thanks. PS. Do people think this is a bad idea from the start? Yes. For one thing, there is no way to know when people leave your site. Hmmm... Bizare.. I don't

DBM ties within Apache under Mod Perl

2003-01-29 Thread Jim Morrison [Mailinglists]
Hey, One of the things I understood mod_perl allowed you to do is to tie a Hash/DBM to the top apache process, so that it's always available throughout the other apache processes? Is that right? Is there a good tutorial somewhere (or is it simple enough to show me in an email?) Thing I want to

Re: DBM ties within Apache under Mod Perl

2003-01-29 Thread Perrin Harkins
Jim Morrison [Mailinglists] wrote: One of the things I understood mod_perl allowed you to do is to tie a Hash/DBM to the top apache process, so that it's always available throughout the other apache processes? You can only do that for read-only dbms. For read/write, use MLDBM::Sync. PS. Do