Quantcast
Channel: 丁才軒討論站
Viewing all articles
Browse latest Browse all 75

網路與網站知識 • apache 2.4 windows 版 mpm_winnt 設定

$
0
0
https://codertw.com/%E7%A8%8B%E5%BC%8F% ... 80/620817/

apache 2.4 lounge 較新版使用 mpm_winnt 模組
mpm_winnt.c是專門針對Windows NT優化的MPM(多路處理模組),它使用一個單獨的父程序產生一個單獨的子程序,在這個子程序中輪流產生多個執行緒來處理請求。也就是說mpm_winnt只能啟動父子兩個程序, 不能像Linux下那樣同時啟動多個程序。
參考設定:

CODE:

<IfModule mpm_winnt.c>   ThreadsPerChild 250   MaxRequestsPerChild 5000</IfModule>

統計資料: 發表於 由 dtchang — 2022-01-05, 23:38



Viewing all articles
Browse latest Browse all 75

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>