Clint Webb wrote:
Rather than using memcached as a global site cache (which it is not really
designed to be), you might have more success actually using it the way it
was intended.

Which means as an object cache inside your code.

Otherwise you are just going to be doing a lot of effort to get a square peg
to fit in a round hole.

There's not really anything wrong with using it as a page cache as well. You just can't set the expire time on pages to a time past when they will change.

--
  Les Mikesell
    lesmikes...@gmail.com


Reply via email to