in reply to Fast shared data structures
Now, as for the shared memory, the question is what your data looks like. If you're compiling the templates to code refs, there is no way to share them. IPC::Shareable won't do it, and neither will anything else currently available. If they're not code refs, you should look at MLDBM::Sync or Cache::Cache. These are currently the fastest options available for sharing data safely across processes.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Fast shared data structures
by gildir (Pilgrim) on Nov 09, 2001 at 13:19 UTC | |
by perrin (Chancellor) on Nov 09, 2001 at 20:14 UTC |