On Jan 19, 2:24 am, sprewellkobe <[email protected]> wrote: > i m very curious about how GAE memcache service work? i guess > developer's memcache server cound not run on separate servers, so the > memcache server must have only one ip&port. But the question is i > donot need to set memcache server ip&port in my code, how does it > works? how GAE let the memcache service know the memcache server > ip&port which assigned to the deveopers
memcache is a distributed system, and does run on as many servers as you care to throw at it. http://memcached.org/ will tell you quite a bit about how it works.
-- 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.
