Neeraj Kumar
2007-Aug-14 01:45 UTC
Storing email in the database and then sending out email using a background process
Hi, Sending notifications to various people when a new comment is posted takes a lot of time if done during the run time. I want to store all the information in database and then send out email using a background process. Although developing something that accomplishes such a task is not too difficult I was wondering if there is a better solution out there. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mark Reginald James
2007-Aug-14 11:29 UTC
Re: Storing email in the database and then sending out email using a background process
Neeraj Kumar wrote:> Sending notifications to various people when a new comment is posted > takes a lot of time if done during the run time. I want to store all the > information in database and then send out email using a background > process. Although developing something that accomplishes such a task is > not too difficult I was wondering if there is a better solution out there.Perhaps http://seattlerb.org/ar_mailer -- We develop, watch us RoR, in numbers too big to ignore. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---