in reply to Shared between mod_perl processes?
If you really want to share data between different processes in memory on the same machine , you can use IPC::Shareable. It's not faster than database storage, I think it internally uses Storable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Shared between mod_perl processes?
by perrin (Chancellor) on Aug 19, 2005 at 19:19 UTC |