Jump to content

the limitation of cronjob ... ?


xzondax

Recommended Posts

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....... :wub:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

I did a little research but I'm not quite sure I understand. What is a cronjob/cron script?

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...