I\'d probably figure out a way to do this if I had full access to the server, however the problem is it\'s just a hosting service which leaves me with nothing but FTP access.
I have 2 cron processes running in parallel. Process 1 does inserts and process 2 reads these inserts.
I am working on blog-aggregation project开发者_StackOverflow社区. One of the main tasks is the fetching of RSS feeds of blogs and processing them. I have currently about 500 blogs, but the number will
I am kinda newbie t开发者_开发技巧o this, I have a php script which I want to execute after every 1 hour, for this I updated the crontab file inside the /etc directory but I am not able to see whether
I have a cron job on Heroku that needs to run for 8 hours a day.(Once an hour, eight times, each day.).
I have a site similar to Expedia and Priceline.The user enters dates and then 10 different APIs are called to return results.Getting results from all 10 can (at times) take up to 90 seconds.
Trying to setup a Cron task that gets a file via FTP however seems to fail due to file permissions. Code runs perfect in the browser, ie when apache is the owner, howe开发者_JS百科ver fails when Cro
this topic has been discussed at length, however, I have a variant on the theme that I just cannot crack. Two days into this now and decided to ping the community. THx in advance for reading..
I need to execute a php file with parameters through shell. here is how I would run the php file: php -q htdocs/file.php
I have a unix script that occasionally errors out with the message \"test: argument expected\". The following line of code is the only if statement in the script