[web2py] Re: GAE and 'cannot set memcache' error

2011-11-30 Thread howesc
try: #get/set something with memcache except: #get/set from DB (or other authoritative source)

[web2py] Re: GAE and 'cannot set memcache' error

2011-11-29 Thread Constantine Vasil
>a fall-back plan How you would do it in web2py?

[web2py] Re: GAE and 'cannot set memcache' error

2011-11-29 Thread howesc
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

[web2py] Re: GAE and 'cannot set memcache' error

2011-11-28 Thread Constantine Vasil
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

[web2py] Re: GAE and 'cannot set memcache' error

2011-11-28 Thread howesc
SDK or production environment? how are you calling it? if production, is it an intermittent failure? (occasionally the memcache service does go down)