xzondax Posted July 24, 2008 Posted July 24, 2008 the host warned that your acc could be banned if you had used the cronjob too often.. so can you tell me the limitation of cronjob (how many times/day, times/minute or time/month...). Iam using cronjobs and I dont want to be banned.......
Ashoat Posted July 24, 2008 Posted July 24, 2008 You can use up to three crons, each running one per day. If you have a lightweight cron script you might be able to run it once every hour. It all really depends on whether I see that your script causing a slowdown.
CriBaby Posted July 25, 2008 Posted July 25, 2008 I did a little research but I'm not quite sure I understand. What is a cronjob/cron script?
xzondax Posted July 25, 2008 Author Posted July 25, 2008 You can use up to three crons, each running one per day. If you have a lightweight cron script you might be able to run it once every hour. It all really depends on whether I see that your script causing a slowdown. what do you mean "lightweight " ? is that size or ..... so how many times a mailing script can run a day? (advs mail)
Ashoat Posted July 25, 2008 Posted July 25, 2008 By lightweight I mean that the script is light on CPU and memory resources.
Trippin Posted July 25, 2008 Posted July 25, 2008 I did a little research but I'm not quite sure I understand. What is a cronjob/cron script? A cronjob or cronscript is a script that the server runs whenever you tell it to and how often you tell it to. Here is something I found on Google that kind of explains it better. What is a cronjob, and how do I use it? The cron daemon is a long running process that executes commands at specific dates and times. To schedule one-time only tasks with cron, use at or batch. For commands that need to be executed repeatedly (e.g. hourly, daily or weekly), use crontab. The crontab command creates a crontab file containing commands and how often cron should execute them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now