try:
#get/set something with memcache
except:
#get/set from DB (or other authoritative source)
>a fall-back plan
How you would do it in web2py?
nothing is mentioned here on detecting the service status:
http://code.google.com/appengine/docs/python/memcache/clientclass.html
perhaps it's just a matter of catching the exception.
i have not been paying close enough attention to know how often there might
be service disruptions, but none o
It is in GAE production. Things are always different on the cloud.
Everything can go down.
> (occasionally the memcache service does go down)
This confirms it. The issue is big because it happens on Register
or Login form and my users cannot do it.
I use memcache a lot but if it is down there has
SDK or production environment? how are you calling it? if production, is
it an intermittent failure? (occasionally the memcache service does go
down)
5 matches
Mail list logo