91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php7 fpm三種模式static、dynamic和ondemand的介紹

發布時間:2021-07-23 16:05:35 來源:億速云 閱讀:225 作者:chen 欄目:編程語言

這篇文章主要介紹“php7 fpm三種模式static、dynamic和ondemand的介紹”,在日常操作中,相信很多人在php7 fpm三種模式static、dynamic和ondemand的介紹問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”php7 fpm三種模式static、dynamic和ondemand的介紹”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

我們經常使用php-fpm,但是不一定所有人都知道fpm有三種模式,今天小年就帶大家了解一下fpm的三種模式,有需要的可以參考參考。

; Choose how the process manager will control the number of child processes.
; Possible Values:
;   static  - a fixed number (pm.max_children) of child processes;
;   dynamic - the number of child processes are set dynamically based on the
;             following directives. With this process management, there will be
;             always at least 1 children.
;             pm.max_children      - the maximum number of children that can
;                                    be alive at the same time.
;             pm.start_servers     - the number of children created on startup.
;             pm.min_spare_servers - the minimum number of children in 'idle'
;                                    state (waiting to process). If the number
;                                    of 'idle' processes is less than this
;                                    number then some children will be created.
;             pm.max_spare_servers - the maximum number of children in 'idle'
;                                    state (waiting to process). If the number
;                                    of 'idle' processes is greater than this
;                                    number then some children will be killed.
;  ondemand - no children are created at startup. Children will be forked when
;             new requests will connect. The following parameter are used:
;             pm.max_children           - the maximum number of children that
;                                         can be alive at the same time.
;             pm.process_idle_timeout   - The number of seconds after which
;                                         an idle process will be killed.
; Note: This value is mandatory.

pm有三種模式:static、dynamic和ondemand

static

這種方式比較簡單,在啟動時master按照pm.max_children配置fork出相應數量的worker進程,即worker進程數是固定不變的。

dynamic

動態進程管理,首先在fpm啟動時按照pm.start_servers初始化一定數量的worker。

運行期間如果master發現空閑worker數低于pm.min_spare_servers配置數(表示請求比較多,worker處理不過來了)則會fork worker進程,但總的worker數不能超過pm.max_children。

如果master發現空閑worker數超過了pm.max_spare_servers(表示閑著的worker太多了)則會殺掉一些worker,避免占用過多資源,master通過這4個值來控制worker數。

ondemand

這種方式一般很少用,在啟動時不分配worker進程,等到有請求了后再通知master進程fork worker進程,總的worker數不超過pm.max_children,處理完成后worker進程不會立即退出,當空閑時間超過pm.process_idle_timeout后再退出。

pm.max_children:靜態方式下開啟的php-fpm進程數量。

pm.start_servers:動態方式下的起始php-fpm進程數量。

pm.min_spare_servers:動態方式下的最小php-fpm進程數量。

pm.max_spare_servers:動態方式下的最大php-fpm進程數量。

FPM對信號的處理

php-fpm reload

php-fpm stop

kill SIGUSR1 php-fpm 重新使用新的文件,完成日志切割

kill SIGUSR2 php-fpm 重新啟動work進程,重新加載配置文件

Q1:啟動php-fpm進程之后,kill php-fpm master進程號,還能繼續服務嗎? A: 不能 (所有php-fpm進程都被關閉)

Q2:啟動php-fpm進程之后,kill -9 php-fpm master進程號,還能繼續服務嗎? A: 能(只kill了 master進程,work進程還在工作)

Q2:啟動php-fpm進程之后,kill php-fpm work進程號,還能繼續服務嗎?A: 能(work進程被kill后,又新起一個work進程)

FPM的生命周期

php_module_startup()

fcgi_accept_request()

php_request_startup()

fmp_request_executing()

php_execute_script()

fpm_requset_end()

php_request_shutdown()

因為fpm是常駐進程,所以在php_request_shutdown()之后又會從fcgi_accept_request()開始循環。

到此,關于“php7 fpm三種模式static、dynamic和ondemand的介紹”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

达拉特旗| 邓州市| 武威市| 老河口市| 米林县| 临洮县| 高雄市| 手游| 内江市| 衡山县| 特克斯县| 台州市| 凉山| 宜黄县| 秦皇岛市| 江门市| 彭山县| 嵊州市| 社旗县| 乌苏市| 历史| 平潭县| 会昌县| 囊谦县| 台北县| 西安市| 和静县| 手游| 定安县| 买车| 澄城县| 都匀市| 商河县| 客服| 伊吾县| 潢川县| 昌邑市| 广灵县| 青海省| 新乡市| 佛教|