[Boulder.pm] Multi-process caching

Rob Nagler nagler at bivio.biz
Mon Apr 5 18:59:24 PDT 2010


Hey Matt,

Thanks for the reminder.  Yes, Storable is indeed much faster.  Quick
tests indicate 15ms for freeze and 11ms for thaw, and that's with
writing/reading files (in kernel cache, but that's likely to be where
the file will be anyway).  The file isn't much smaller (200KB vs
500kB), but as I noted, it's the serialization that's the problem.

I think I'll implement our cache with that to see what happens.

Thanks,
Rob


More information about the Boulder-pm mailing list