hi! i wrote a proxy server whith php,which run continully
i run it by cli (with #!/user/bin/php -q) and also i use th 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 ?


