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.
クライアントが Web ページにアクセスすると、そのページのリクエストがいくつかの Apache 子プロセスを利用する可能性があることに気付きました。その結果、それらのプロセスのそれぞれが KeepAliveTimeout の長さ (この場合は 5) のために予約されます。
これは起こるはずですか?または、最初の予約がタイムアウトする前に追加のリクエストが発生したと仮定して、クライアントは最初の子プロセスのみを再利用する必要があります(タイムアウトします)。