Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
php-cgi.exeの 16 の実行中のプロセスが正常な動作であるかどうか、誰かが教えてもらえますか? サーバーは大量のリクエストを取得し、HttpRequestPool を使用して並列リクエストを送信します。
あなたが正常であるかもしれないまともな量のトラフィックを得ているならば。PHP fCGIは、リクエストごとに新しいタスクを開きますが、現在開いているタスクを再利用して、プロセスを高速化し、リソースを節約します。