On Tue, Jul 10, 2012 at 6:03 PM, Wilson MacGyver <[email protected]> wrote: > That'd be interesting. because for the most part, I can't get an > instance to respond to more than 10req/sec > on gae-java either.
Jon McAlister here: https://groups.google.com/group/google-appengine/msg/2949285edc35fc8f seems to suggest that there is a hard 10req/sec limit enforced by the scheduler. > > there was a brief 1 week or so I was seeing 15req/sec, but it went away. > > On Tue, Jul 10, 2012 at 12:59 PM, Jeff Schnitzer <[email protected]> wrote: >> On Mon, Jul 9, 2012 at 8:05 PM, Richard <[email protected]> wrote: >>> Ok, so I sat with Jeff in a G+ hangout for a while tonight, and we could not >>> figure it out - other than my app is confusing the crap out of the scheduler >>> which is then not sending requests to instances. >> >> Updated: This may not be a scheduler problem. It may be that we >> can't wringing more than 10 requests/second out of Python27 >> application instances. >> >> Given a request that does nothing but write a single entity to a >> datastore (typically 50ms, but sometimes varies), what should we >> expect throughput per Python27 instance to be? >> >> Jeff >> >> -- >> 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. >> > > > > -- > Omnem crede diem tibi diluxisse supremum. > > -- > 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.
