Julian brings up a good point. I was also wondering what kind of QPS
you were seeing on your app during one of these tests. Since the
response from the server likely comes back pretty quickly, ten threads
could generate quite a few requests in a second.

Thank you,

Jeff

On Apr 2, 8:01 pm, Julian <namarojul...@gmail.com> wrote:
> You might want to have a look to this App Engine video by Ken
> Ashcraft:http://www.youtube.com/watch?v=dP99fLhGwAU
>
> App Engine scales, but not instantaneously, so if you want to do a
> large number of requests in parallel, you need to increase the volume
> gradually.
>
> Julian
>
> On Apr 3, 4:26 am, MajorProgamming <sefira...@gmail.com> wrote:
>
> > I believe I'm using python 2.5. The script I posted before is the
> > entire script, so no timeouts.
>
> > The server side is simply outputting 'a':
> > self.response.out.write('a')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to