Greg Cope wrote:
> Have you benchmarked this vs IPC::ShareLite ?

Sorry, I don't have numbers for ShareLite vs. files.  However, this is
from DeWitt Clinton's File::Cache module docs:

   File::Cache implements an object store where data is persisted across 
   processes in the filesystem.  It was written to compliment
IPC::Cache.
   Where IPC::Cache is faster for small numbers of simple objects, 
   File::Cache tends towards being more performant when caching large
   numbers of complex objects.

He posted some info to the list which you can find in the archive. 
IPC::Cache uses ShareLite.

- Perrin

Reply via email to