Hi, I am estimating whether AppEngine is scalable for ~200 get/sec and about 50 put/sec RPC calls.
I have ran the AppStat on my current app, which have currently very low traffic about ~20get and ~4put/sec. And the average time for my get rpc calls is about ~10ms while ~100ms for the put calls. Actually, I have a handler which calls a model on each call to get the user data. And I am expecting the load on this handler for about ~200hits/sec And some of these users may update some data. And I am expecting about ~50hits/sec on this update handler. I am just looking whether appengine will be scaleable for my above requirements? Thanks -- Best Regards, Atif Gulzar I ◘◘◘◘ Unicode, ɹɐzlnƃ ɟıʇɐ -- 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.
