On 5/10/07, Chidanand Gangur <[EMAIL PROTECTED]> wrote:
My observation here is the response from the backend module( 2) is blocked
till the response from backend module( 1) is completed.
whereas as per my assumption apache shoud have processed these two requests
in two different threads/child
Hi,
I have compiled PHP as module in apache. Recently I have noticed a strange
problem when apache executes the PHP script.
My assumption till date:
1. If there are number of request destined to the same/different PHP page
then apache will spwan child process to handle the load.
2. If two reque