in reply to Sharing data structures in mod_perl
Hmm, merlyn's node above made me think of this: what about using Matts' DBD::SQLite in-memory database driver? It's still pre-1.0, but if it works for you, it could be a big win. You could structure your data to reduce memory hits, it supports transactions so you can control access, and it appears to have decent performance under load. There is a benchmark at SQLite vs CDB_File vs BerkeleyDB. Might be worth a try.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing data structures in mod_perl
by perrin (Chancellor) on Mar 28, 2002 at 17:06 UTC | |
|
Re: Re: Sharing data structures in mod_perl
by Hero Zzyzzx (Curate) on Mar 28, 2002 at 16:30 UTC |