schnurstrax Posted November 8, 2008 Posted November 8, 2008 Hi, I really like your way of hosting, although there is a lot of downtime at the moment. I am sure you will fix whatever problem there is. As I want to host an online game I would like to run a cron job more regularly than it is allowed (every 5 minutes would be best). Thank you schnurstrax
Ashoat Posted November 8, 2008 Posted November 8, 2008 Every five minutes is too often. That's all 150 times as often as we let others run cron jobs. We can let you try once every four hours, but if your script starts using too much memory then we'll have to kill it. Why not attach the scheduled task to a normal page execution? If your website is popular enough, it should run relatively on time. It will slow down page loads a little bit, but it seems like your best option.
schnurstrax Posted November 8, 2008 Author Posted November 8, 2008 Yeah I understand the issue, but my cron job does only load a .php. If I attached this to the pageload it might run even more frequently.
Ashoat Posted November 9, 2008 Posted November 9, 2008 Why would it run earlier? Use timestamps to have it run as often as it should. If it runs through a cron job, resources will not be managed as well as they would if it loaded through Apache.
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