in reply to Re: mySQL hits or Storable retrieves?
in thread mySQL hits or Storable retrieves?

One other clarification: I'm using HTML::Template's cache features, storing parsed templates in memory. BTW, I think the caching provided by HTML::Template only stores the parsed templates, not the data, into memory. This doesn't help me, I'm talking about storing the data structures.

I wouldn't want HTML::Template to store my data in memory. I'd rather manage that, and when it needs to change, myself.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.

  • Comment on Re: Re: mySQL hits or Storable retrieves?

Replies are listed 'Best First'.
Re: Re: Re: mySQL hits or Storable retrieves?
by pjf (Curate) on Oct 03, 2001 at 03:01 UTC
    When I put up the warning about my mental capabilities approaching that of a pumpkin, I meant it. I woke up this mroning thinking exactly the same thing (you want to cache the data, not the template). Doh!

    The suggestions I would have given if I had been thinking have already been mentioned, so I won't repeat them here.

    Cheers,
    Paul