Home > Backend Development > PHP Tutorial > php同时执行多文件?解决办法

php同时执行多文件?解决办法

WBOY
Release: 2016-06-13 12:25:17
Original
1705 people have browsed it

php同时执行多文件?

php一个网站中的其中有一个文件执行需要耗时大约2分钟,不改变耗时的情况下,怎样做不影响该网站的运行?

------解决思路----------------------
这个执行任务,可以放在晚上执行就可以了。
------解决思路----------------------
最好放在人少的时候做
------解决思路----------------------
触发性任务,异步调用,不影响用户使用网站
周期性任务,用crontab 定时执行,周期任务最好放在凌晨
------解决思路----------------------
你那个请求时浏览器执行么?浏览器就ajax异步执行,并配置php支持fastcgi。

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