I have two servers -- a backend server, and a frontend server.Every开发者_如何学Go night, the backend server generates static .html files, which are then compressed into .tar format.
ini_set(\'max_execution_time\',0); ini_set(\'memory_limit\',\'1000M\'); These are the first two lines at the very top of my script.
I am currently using a site5 server and would like rake jobs:work pretty much running all the time. I currently cannot send out the jobs unless i\'m logged into the server. I hope that someone out th
Is it possible to automaticly download xml files from one server to another server on a daily basis with PHP?
I am building some boost bas开发者_StackOverflowed application for various embedded targets. I have developed a script which can build my application with different toolchain for several targets. This
I have a PHP script on my server that I want to run every time I post a new tweet to Twitter. Is there a way to automate this?
How to run a sc开发者_如何学Goheduled job scripted in php using windows?I\'m using Windows XP sp3.Use at or the task scheduler.
OK, I hope this is my last question about CRON jobs and Kohana 3. Note: others are not duplicates, just other problems.
I\'ve set up a CRON to call a URL in Kohana 3. php /home/user/public_html/index.php my/route/in/bootstrap.php
I am trying to create a new Notice Alert using PHP and Javascript. Suppose that a 100 users are currently logged into to the Online Notice Board Application and any One user posts a new notice. I want