[web2py] Re: Cache stored at request, does not sync with other threads until new request

2010-12-23 Thread Dragonfyre13
So I've gone back and forth on this again and again. It looks like cache.ram being process bound (so even though I only have one web2py instance, it's running across multiple wsgi processes?) was the problem. The issue is, I'm having similar issues (in a very different location) using cache.disk.

[web2py] Re: Cache stored at request, does not sync with other threads until new request

2010-12-23 Thread Dragonfyre13
Nevermind, I wasn't clearing the cache in one place, so cache simply didn't get updated with the right value when it needed to. On Dec 23, 9:27 am, Dragonfyre13 dragonfyr...@gmail.com wrote: So I've gone back and forth on this again and again. It looks like cache.ram being process bound (so