<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    i use memcache for page caching and url_alias. Turns out path lookup
    is a big resource hog for the database.<br>
    Every once in a while memcache seems to lose its memory. It may be
    some of the page default values that are cached are getting lost.<br>
    A friend of mine swears by <a href="http://redis.io/">http://redis.io/</a>
    as a more stable replacement for memcache, with an easy swap-out.
    For now restarting memcached in the morning and we haven't seen a
    problem since. I'll be experimenting with redis over the next week
    or so.<br>
    <br>
    BTW, i was amazed at how some fairly complex search queries sped up
    after I installed <a href="http://drupal.org/project/pathcache">http://drupal.org/project/pathcache</a>
    probably a lot less competition for db time.<br>
    <br>
    -Don-<br>
    <br>
    On 6/1/2012 10:42 AM, Ms. Nancy Wichmann wrote:
    <blockquote
      cite="mid:1338561720.22830.YahooMailNeo@web180311.mail.gq1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:arial,
        helvetica, sans-serif;font-size:12pt">
        <div><span>We have a D6 site that we were using Memcache on.
            Various JS things, such as Views UI and attachment uploads,
            are failing with "HTTP error 0." If we disable Memcache the
            errors go away. I don't see anything terribly helpful on
            D.O. Has anyone encountered this? How did you get around it?<br>
          </span></div>
        <div>&nbsp;</div>
        <div><font color="#ff007f" face="bookman old style, new york,
            times, serif" size="4"><i><b>Nancy</b></i></font> <br>
        </div>
        <div><font face="arial, helvetica, sans-serif">Injustice
            anywhere is a threat to justice everywhere. -- Dr. Martin L.
            King, Jr.</font></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>