Hi, The two solutions that come to mind for now is to run remote_api on your machine or set up a client side javascript solution that could call a handler every few seconds.
Eventually we plan to offer cron and long running processes which would be the ideal solution. -Marzia On Thu, Feb 26, 2009 at 2:47 PM, MajorProgamming <[email protected]>wrote: > > So is there any way to have that process die, and then call a new > process automatically. Or, is there a way to run many processes in > parallel. Like suppose I need to send out ~5000 emails? What would be > the best way to do that? > > On Feb 26, 12:40 pm, Marzia Niccolai <[email protected]> wrote: > > Hi, > > > > With billing, you can send as many emails as you can process during the > 30 > > second request deadline. So while you can pay for sending as many emails > as > > you would like, the request deadline will still be a factor in completing > > any App Engine operations. > > > > I don't know how many emails you can send in 30 seconds (I've never tried > to > > test the limit), but I'd imagine it would be on the order of 30. > > > > -Marzia > > > > On Thu, Feb 26, 2009 at 7:00 AM, MajorProgamming <[email protected] > >wrote: > > > > > > > > > Now that Billing is available, I have some questions about Emails: > > > > > The price is .0001/message. Does that mean I can really send an > > > unlimited number of messages (provided I pay)? > > > > > What are the limits of email per request? > > > > > Is it a good idea to use this for SMS [alerts], where I send out a > > > mass email to many ppl via [user's numb...@[carrier's address].com ? > > > > > Thanks for your help, > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
