Forum OpenACS Development: Re: Notifications package

Collapse
Posted by Robert Locke on
Yes, I think that might help.  It would be best if someone could optimize the query though.  And, I wouldn't be surprised if the actual sending out of notifications to everyone was a bit of a hog (acs_mail_lite::sweeper is run every 60 seconds), though I have that disabled on my test system since I don't want to send mail to everyone.
Collapse
Posted by Malte Sussdorff on
Luis Mosteiro wrote a patch for acs-mail-lite (both mat's and the cvs version) that immediatly sends out mails and only stores them in the database if the mailer returned an error. This should reduce the number of read/writes to the database while mailing.