一: PHP內核相關php
http://blog.csdn.net/ywh147/article/details/40188411 【深刻PHP內核(二)——SAPI探究】html
http://www.nowamagic.net/librarys/veda/detail/1285 【PHP內核探索】segmentfault
http://blog.csdn.net/zhuocr/article/details/60328967 【 php常見的四種運行模式(SAPI)】安全
https://segmentfault.com/q/1010000000256516 【搞清楚php-FPM究竟是什麼?】異步
二: PHP安全方面函數
https://www.cnblogs.com/walblog/articles/8331399.html 【詳細介紹了例如:Sql注入、CSRF、Xss、CC等攻擊手段的背景知識以及解決方法】性能
https://avnpc.com/pages/profiler-php-performance-online-by-xhprof.net
四:異步退出。fastcgi_finish_request();此函數能夠結束客戶端的請求而後繼續執行代碼。而exit()、die()直接結束請求和代碼orm