On Nov 7, 1:21 pm, Ross Ridge <[EMAIL PROTECTED]> wrote:
> The problem with your first two tests is that they scale easily in any
> environment.  Just add more servers as necessary.

True, but adding extra servers starts to get complicated -- something
GAE gives you for free.  The test seems (superficially at least) to be
reasonable when GAE is pitted against a single server.

> The problem with the third test is that it tests how complex of a
> query can be handled in a single request.  Google App Engine allows
> your app  scale to handle millions of requests.  It doesn't help your
> app handle bigger and bigger queries.

Fair enough -- so would a better test mean a database with many fewer
rows?   Then the reqs/sec would have to be pretty high to stress out
the PC doing simple queries ... but still seems like it should be
possible in principle.

~ David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to