Re: django cache (memcache) items are not readable between processes

2011-02-26 Thread Tomasz Zieliński
Looks like you don't really use memcached backend or your memcached daemon is down. -- Tomasz Zielinski pyconsultant.eu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsub

Re: django cache (memcache) items are not readable between processes

2011-02-23 Thread dcoy
I just tested with the filecache as well, same problem. On Feb 23, 7:47 pm, dcoy wrote: > Hi, > I have problems using the django cache. The cached items are not > readable between processes it seems... ? > > Testing on the production server using two ssh sessions in parallel, > and setting the ca

django cache (memcache) items are not readable between processes

2011-02-23 Thread dcoy
Hi, I have problems using the django cache. The cached items are not readable between processes it seems... ? Testing on the production server using two ssh sessions in parallel, and setting the cache in one and reading in the other using the memcache backend. I ran them each one line at a time, a