使用
ignore_user_abort();
set_time_limit();
感觉效率不高,而且也不稳定
使用php生成shell脚本,交给crontab定时执行,对于客户来说使用太麻烦了
ignore_user_abort();
set_time_limit();
执行完后会自动释放资源吗?
ignore_user_abort();
set_time_limit();
感觉效率不高,而且也不稳定
使用php生成shell脚本,交给crontab定时执行,对于客户来说使用太麻烦了
ignore_user_abort();
set_time_limit();
执行完后会自动释放资源吗?