Re: [web2py] Re: caching questions

2016-04-28 Thread Richard Vézina
On Wed, Apr 27, 2016 at 4:44 PM, Niphlod wrote: > on these "philosophical" notes, boring for someone, exciting for yours > truly, the are a few other pointers (just to point out that the concept of > "caching" isn't really something to discard beforehand)...be aware that on > "caching" there are

Re: [web2py] Re: caching questions

2016-04-26 Thread Richard Vézina
If you cache db().select() results cache.ram should be allrigths as every user/session can be operate in isolation without issue... This wouldn't be the case for things that need to be up to date for all the users at the same time, global variables for instance even if they are the result of bad de