in reply to Persistent memory with mod_perl and a module.
1) Store the counter in a database. This is often the easiest method if your script is database driven anyway.
2) Use one of the shared memory modules from CPAN.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Persistent memory with mod_perl and a module.
by perrin (Chancellor) on Oct 19, 2002 at 18:50 UTC |