Thanks guys! Good to know that you have not encountered any perf issue
when making multiple memcached calls per request.

-MP

On Oct 31, 2:25 pm, Dustin <[EMAIL PROTECTED]> wrote:
> On Oct 31, 10:52 am, "Juanse Pérez Herrero" <[EMAIL PROTECTED]>
> wrote:
>
> > Don't worry about having 10 - 20 memcache calls per page
>
>   I'm not going to disagree with that statement, but it does become a
> problem at some point.  I was doing around 500 on a page and that made
> a significant impact.  I've got a couple pages that were doing
> somewhere north of 3,000.
>
>   However, a single request for 3,000 isn't a big deal.  It was
> impractical to do this in the app we were shipping in the timeline I
> had, however many of our cache lookups were for the same object, so I
> mixed a first-level per-thread cache into our API that's invalidated
> on every request.  It was a quick hack, but made things much nicer.

Reply via email to