In general, I would recommend against creating threads in frontends unless your request is long-lived since thread creation is a fairly heavy weight operation. get_multi() is probably the best way to get multiple values from memcache because it amortises the cost of making the RPC, both in terms of CPU and wall time.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/-fZhTRyrr14J. 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.
