Hey guys, I got tired of hosts email / time restrictions, just finished writing most of a mail scheduler script, only thing is that my host executes crons at half n hr intervals minimum... hmm... Dispatching emails every half hour wouldn’t be fun and on top of that there’s per minute restriction as well...: o My script uses an endless loop delayed by the sleep function. Only thing is, this script when I run on my xampp, uses like 90% of one of my cpus, don't think my shared host would be happy with that...: o... Any tips?
Try using instead of sleep a javascript meta tag redirection and start where you where ended.. I'm using this technique in one of my bulk email sending applications