I think the key point the OP is missing is that Google doesn't bill you by the server. It bills you by the request, and then fills in as many servers as you need. You don't need to care how many physical boxes are involved; provisioning is not your problem, not even software provisioning like EC2.
So yes, a properly designed app can scale to 1000s of requests per second on appengine and no, you don't need to do anything special except keep paying your bill. However, by the time you get to 1000s of requests per second, you probably will be on a first-name basis with the appengine engineers and they will have more specific advice for you. Jeff 2011/3/17 Gopal Patel <[email protected]>: > @Timofey I think , the day you touch max limits by google, you will have > people to worry about scalability while you enjoy nice holiday on galapagos. > > 2011/3/17 Brandon Wirtz <[email protected]> >> >> Nothing is infinite, Google is More infinite than most things. >> >> >> >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Timofey Koolin >> Sent: Wednesday, March 16, 2011 7:41 PM >> To: [email protected] >> Subject: Re: [google-appengine] Re: Scalability >> >> >> >> If my app will good design I can pay for any resources that need my app >> without maximum? >> >> I create business plan now and I need know about maximum for calculate max >> of potential sites. >> >> >> >> For example for create usually hosting I have no maximum limit of >> resources - I can pay for any number of servers during grow. >> >> Do GAE have any maximum for good design, low latency apps? Or at any >> moment google can say: >> >> yes, you app is good design, but we can't increase quota - you must think >> about other service for hosting your app, we can't give to you more >> resources. >> >> It often situation for shared hosting/VDS when project grow. >> >> >> >> 2011/3/17 Robert Kluin <[email protected]> >> >> Yes, if your app is well designed you'll be able to handle that kind >> of traffic (200 to 800 QPS) fine. Depending on the duration of your >> high and low QPS, you could bump into the (non-billable) 43 million >> request per day quota. If that happens you can request it be >> increased using the billing issues form (see the billing FAQ). >> >> >> >> Robert >> >> >> >> >> 2011/3/16 Timofey Koolin <[email protected]>: >> >> > It is really load - I want host thousands sites in one Google App >> > application. >> > >> > On Wed, Mar 16, 2011 at 7:15 PM, Jamie H <[email protected]> wrote: >> >> >> >> The grandiosity never ceases to amaze me here. >> >> >> >> On Mar 16, 10:47 am, rekby <[email protected]> wrote: >> >> > Yes, I know about this page. >> >> > But I need know max resources what I can buy, for example 1 hosting >> >> > server >> >> > can answer for 17 million requests per day - 200 query per second, up >> >> > to >> >> > 800 >> >> > queries per second in peak. >> >> > >> >> > Can I buy the resources equivalent to 2, 5, 100 of these servers? >> >> >> >> -- >> >> 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. >> >> >> > >> > >> > >> > -- >> > С уважением, >> > Кулин Тимофей. >> > >> > Телефон: +7 (4852) 974793 >> > ICQ: 114902104 >> > email: [email protected] >> > Blog: http://timofey.koolin.ru >> > >> > -- >> > 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. >> > >> >> -- >> 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. >> >> >> -- >> С уважением, >> Кулин Тимофей. >> >> Телефон: +7 (4852) 974793 >> ICQ: 114902104 >> email: [email protected] >> Blog: http://timofey.koolin.ru >> >> -- >> 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. >> >> -- >> 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. > > -- > 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. > -- 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.
