greenworld Posted February 20, 2006 Posted February 20, 2006 If I want to run a script once at a minute is the following line is correct? * * * * * and once at one day 0 0 * * * thanks Quote
TCH-Andy Posted February 20, 2006 Posted February 20, 2006 Correct, the first is every minute, the second is at midnight every day. Quote
TCH-Don Posted February 20, 2006 Posted February 20, 2006 Once every minute may be too much load on the shared severs depending on what the script does. Quote
greenworld Posted February 20, 2006 Author Posted February 20, 2006 thank you for reply; I did notice that once in a minute might be too much, it is for autoresponder, i intend to put it once every 5 minutes or 10 minutes. Thanks Quote
TCH-Andy Posted February 20, 2006 Posted February 20, 2006 Why don't you get the autoresponder to be triggered by the email (rather than running it as a cron job). Then it would only run when you got an email - rather than every 5 mins. Likely to be much better on server load. Quote
greenworld Posted February 21, 2006 Author Posted February 21, 2006 (edited) thanks for reply, actually I don't know about these things, it would be great to get some instruction on how to do it, I did follow the instruction of an autoresponder script, that why I did run cronjob, Edited February 21, 2006 by greenworld Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.