[Catalyst] Cannot create a cache
Perrin Harkins
perrin at elem.com
Fri Nov 17 01:44:37 GMT 2006
Ian Docherty wrote:
> I have a hash which is acting as my cache but even if I put values into
> it, on the next request the hash is empty.
Are you aware that apache runs multiple processes and that each process
has a different copy of your %cache variable? You will not get the same
process each time. If you want to share between processes, you need
something like Cache::FastMmap.
- Perrin
More information about the Catalyst
mailing list