Home  >  Article  >  Backend Development  >  php 计划任务有关问题. 请大家帮帮忙~

php 计划任务有关问题. 请大家帮帮忙~

WBOY
WBOYOriginal
2016-06-13 09:59:30772browse

php 计划任务问题.. 请大家帮帮忙~~
环境:linux php apache mysql
要求:按照指定的时间(改时间是从客户端临时获取,我并不知道),运行我这边的一段php代码来完成数据库的操作。该计划任务设置之后,电脑可以随意的开机关机。 还有就是能够很好的清除该计划~~

ignore_user_abort(); 
set_time_limit(0);
这种方法就不用说了, 停又不容易停掉,而且一重启就不能继续运行了。


哈哈 ,要求有点多~~ 大家帮帮忙啊~~ O(∩_∩)O~~

------解决方案--------------------
linux 的计划任务cront 

麻烦点就用TOMCAT容器写个JAVA 功能实时调用PHP 服务

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn