Home >Backend Development >PHP Tutorial >mysql_pconnect 不起作用

mysql_pconnect 不起作用

WBOY
WBOYOriginal
2016-06-06 20:12:291073browse

环境: nginx php mysql
在命令行执行脚本 , 打开数据库 mysql_pconnect(),脚本结束后,mysql连接也就断掉了?为什么?

回复内容:

环境: nginx php mysql
在命令行执行脚本 , 打开数据库 mysql_pconnect(),脚本结束后,mysql连接也就断掉了?为什么?

一个 php 的生命周期就是这样的呀,运行结束了,主动帮你 GC 了,php 又不是 java

php线程结束,就释放掉了连接,所以需要设置set_time_limit和ignore_user_abort来保证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