|
Currently I have a database of users. I have a PHP script that checks each user to see what kinds of reminders I should send them each day. However, as users increase, my script execution will doubtlessly increase. I want to prevent it from hanging, and to see its progress. How can I split up this problem into multiple cron jobs that happen throughout the day, or some other way? If this is not the way that people normally do mass emails to users, then what is the usual way?
Thanks so much.
__________________
Please login or register to view this content. Registration is FREE - The most comprehensive online resource for students and educators.
|