|
|
|
|
|
by cperciva
6332 days ago
|
|
If you have N requests hitting Apache and one of them is slow, that one slow request will run in its own process while the fast requests are sent off to other processes. The fact that each process only handles one request at once is irrelevant. |
|