Hi, whats the best way to use app engine to spread requests evenly between several servers?
Imagine I want to serve a large file that will be downloaded thousand times a day, so I would rent some cheap virtual servers because their traffic is cheaper, but one virtual server has not enough power to serve all the requests, so I want to spread all the downloads evenly between the servers. A client goes to http://myapp.appspot.com/get_the_file and my app engine app has to decide which server the client should be redirected to perform the download. Whats the easiest way to implement such a technology under consideration that I would need the possibility to add as much servers to my "loadbalancer" as I want. Best Regards Philip -- 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.
