This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: Persistant data with Mason in thread Persistant data with Mason
I believe Cache::Cache recommends using Cache::FileCache rather than Cache::SharedMemoryCache.
Other than that, I agree, a cache is probably the easiest
way to go. Cache::FileCache on a tmpfs or other sort of
ram disk, is quite quick.
Alternatively, as others have suggested, a light weight DB
backend also makes sharing easy.
|