Overloads process time with lots of mails
atcach - October 31, 2008 - 21:39
| Project: | Privatemsg Mass Mailer |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If you have many users to send a message to, then the process is normally killed (it iterates from the list) by the webserver as is a php process lasting too long.
A good solution would be to put everything in a database and put a cron to process them in batch periods.
btw, excellent module :)
regards

#1
Subscribing. It would be great having such a feature. Sending the messages via cron sounds good to me.