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