Hi. I'm developing an application which connects to external APIs (delicious) via URLFETCH. Currently every request to my application causes one (or more) calls to that external APIs.
I want to implement some kind of INTERMEDIATE CACHE BETWEEN MY APP AND EXTERNAL APIS to speed up response time and avoid bothering too much external systems. I'm not sure MEMCACHE is a good solution since every external call may be different depending on the request (typically it will be different for every user). Is there any easy-to-use solution for implementing that cache? Should I implement my own system? Is it a good idea to use Memcache? Thanks :) __ jordisan http://jordisan.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
