Home > Backend Development > PHP Tutorial > 程序定时执行的有关问题

程序定时执行的有关问题

WBOY
Release: 2016-06-13 12:11:11
Original
975 people have browsed it

程序定时执行的问题
功能说明:
功能类似于腾讯的 邮箱定时发送功能,比如老师要给学生布置作业,老师在发布作业 的时候可以设定一个发送时间,然后当到达这个时间时,系统自动将此作业发送给学生。
------解决思路----------------------
用crontab,php中给服务器添加一个执行队列,时间上精确控制
------解决思路----------------------
使用crontab

http://blog.csdn.net/fdipzone/article/details/7263361

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template