On Tue, Dec 14, 2004 at 03:36:30PM -0500, Perrin Harkins wrote:
> 
> Glad to hear your are having fun with TT.  I would suggest switching to
> a different caching module though.  Apache::Cache is really quite slow.
> Cache::FastMmap is orders of magnitude faster and has a very similar
> interface.
> 
> - Perrin

Looks like a good module... Only thing I seem to be missing there is that (at 
least from what I read) you can only set the expire time on a per cache basis 
and not per-key. We are using a lot of datasets that require varied expirations 
(ie username tied data needs 2 minute... weather needs 60+ minutes etc...).

If anyone knows how to handle that I am all for performance boosts :P

Not sure I want to keep a seperate mmaped file around for each cache 
duration... make it nasty when I want data from multiples.

Once again though thank you for the suggestion. I am looking for any way to 
squeeze more pages/second out of this thing ;P

-- 
Todd Freeman  Ext 6103                   .^.    Don't fear the penguins!
Programming Department                   /V\
Andrews University                      // \\    http://www.linux.org/
http://www.andrews.edu/~freeman/       /(   )\   http://www.debian.org/
                                        ^^ ^^

Attachment: signature.asc
Description: Digital signature

Reply via email to