On Sun, Jul 21, 2013 at 7:38 PM, Jeffery Fernandez <
[email protected]> wrote:

> I have implemented memcached for my project as well, but different
> environment (php). Though I can't find the capabilities API for php. Do I
> just catch the exceptions (what?) and not worry about checking if the
> memcached service is available?
>
>
 The Capabilities API for PHP isn't implemented yet, at least to my
knowledge.

 What you can do is periodically track the time it takes memcache to return
and its success rate, and automatically stop using memcache if those
numbers become unacceptable (and return to using it once those numbers
return to acceptable levels).

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to