File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 541
541
` ` `
542
542
+ 二、php对子进程的三种管理方式
543
543
544
- ` ` ` bash
544
+ ` ` ` php
545
545
tatic:
546
546
表示在php-fpm运行时直接fork出 pm.max_chindren个子进程
547
547
dynamic:
552
552
553
553
+ 三、重要参数的理解与设置
554
554
555
- ` ` ` ini
555
+ ` ` ` php
556
556
【重要一】
557
557
request_terminate_timeout = 120
558
558
# 表示等待120秒后,结束那些没有自动结束的php脚本,以释放占用的资源。
601
601
` ` `
602
602
603
603
# # HELP
604
- + [php-fpm - 启动参数及重要配置详解](http://www.4wei.cn/archives/1002061)
605
- + [php-fpm backlog参数潜在问题](http://blog.csdn.net/willas/article/details/11634825)
606
- + [Adjusting child processes for PHP-FPM (Nginx)](https://myshell.co.uk/blog/2012/07/adjusting-child-processes-for-php-fpm-nginx/)
607
- + [Nginx的worker_processes优化](http://blog.chinaunix.net/uid-26000296-id-3987521.html)
604
+ + [php-fpm - 启动参数及重要配置详解](http://www.4wei.cn/archives/1002061)
605
+ + [php-fpm backlog参数潜在问题](http://blog.csdn.net/willas/article/details/11634825)
606
+ + [Adjusting child processes for PHP-FPM (Nginx)](https://myshell.co.uk/blog/2012/07/adjusting-child-processes-for-php-fpm-nginx/)
607
+ + [Nginx的worker_processes优化](http://blog.chinaunix.net/uid-26000296-id-3987521.html)
608
+ + [php-fpm.conf重要参数详解](http://blog.csdn.net/sinat_22991367/article/details/73431269)
608
609
You can’t perform that action at this time.
0 commit comments