Well the only way I could think of would be client side threading (so
that I could process multiple requests). Or simultaneous ajax (not so
well supported). Either way it would be on the client side, because as
far as I know it can't be done on GAE side...

On Mar 31, 2:52 pm, Jeff S <j...@google.com> wrote:
> From the quota details page, the current default limit for
> simultaneous active dynamic requests is around 30 per app.
>
> http://code.google.com/appengine/docs/quotas.html#Request_Limits
>
> (However, it may be possible to raise these limits on a case by case
> basishttp://code.google.com/appengine/kb/billing.html#cpu)
>
> Your approach sounds reasonable, but I was curious about your mention
> of threading. Would that be client side threading? Ajax triggers would
> be another good solution which I've seen apps use.
>
> Thank you,
>
> Jeff
>
> On Mar 30, 2:38 pm, MajorProgamming <sefira...@gmail.com> wrote:
>
> > I am currently working on a way to mass email [in a short period of
> > time] using Google App Engine. I figured that as of now the best way
> > to do this would be to run many requests in parallel. I was wondering
> > if my app would accept many requests at once, and if so what would the
> > limit be [in the paid version]?
>
> > Would this work? Is this the best way to do this?
>
> > As for implementing the parallel requests I figured the simplest way
> > would be to use the python threading. I was wondering if using AJAX
> > would be any better, or if it would even work for parallel requests??
>
> > Thanks,
--~--~---------~--~----~------------~-------~--~----~
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