running a server continually????
Posted: Tue Jun 07, 2005 11:39 am
hi! i wrote a proxy server whith php,which should run continully
i run it by cli (with #!/user/bin/php -q) and also i use the cammand
set_time_limit(0); but after a while ,the server shutdown it!!!
i try to use cron job to run it(for example for every minute)but it doesn't
work!!! what is the problem?why the cron dosen't work?
is it any way to acheive this work?
i run it by cli (with #!/user/bin/php -q) and also i use the cammand
set_time_limit(0); but after a while ,the server shutdown it!!!
i try to use cron job to run it(for example for every minute)but it doesn't
work!!! what is the problem?why the cron dosen't work?
is it any way to acheive this work?