Hello all-
I have clients using phpWCMS (1.2.8 & 1.3.3.) with 1000+ subscribers for their Newsletters and I noticed that the script is sending all messages at once, causing a tremendous (I mean outrageously high!) load on the server. I use my own dedicated servers so I can manage the load but I suspect that those hosted in a shared environment will soon be barred.
Has anyone thought of using a cron-driven mailer that would handle smaller batches in a timely manner (e.g. 100 messages every 5 minutes)?
Any thoughts on this subject would be most appreciated.
Kind Regards,
Newsletter and cron job
Thanks for the suggestion pico. I am glad to see that this feature was enabled in 1.3.3. However, I can't seem to find where to put this config (i.e. where do you setup the loop/loop-pause vars)?
Thanks again for your most valuable assistance.
[EDITED]
OK. I saw the feature in the BE before launching the mass mail. However, the pause is to short (9sec max) and I think this feature should be reserved to web developers (i.e. hardcoded in conf.inc.php) and not available to regular BE users (including admin) as this is a matter of hardware resources...
Regards,
Thanks again for your most valuable assistance.
[EDITED]
OK. I saw the feature in the BE before launching the mass mail. However, the pause is to short (9sec max) and I think this feature should be reserved to web developers (i.e. hardcoded in conf.inc.php) and not available to regular BE users (including admin) as this is a matter of hardware resources...
Regards,
Hi
think that the Delay of max.9sec. are enought - also hold in mind, that this Time is working inerhit a PHP-Script and on most Hosters there is a max. Runtime for PHP-Scripts - access to Cronjobs are mostly not allowed.
For me this works at every Hoster I use - and the maximum of Subscribers is at one Site over 25.000 - also without any Problems nad this is a shared Server
Edit uups - lik in School - have problems with the Zero's - Corrcet Value is 2.500
think that the Delay of max.9sec. are enought - also hold in mind, that this Time is working inerhit a PHP-Script and on most Hosters there is a max. Runtime for PHP-Scripts - access to Cronjobs are mostly not allowed.
For me this works at every Hoster I use - and the maximum of Subscribers is at one Site over 25.000 - also without any Problems nad this is a shared Server

Edit uups - lik in School - have problems with the Zero's - Corrcet Value is 2.500
Last edited by pico on Sat 23. Jun 2007, 23:31, edited 1 time in total.