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 process without blocking.

 Is this expected behaviour? what should I do to get parallelism.
 I would like to know more about how the php scripts are processed in
apache, can some one guid me to a useful link.

Apache does indeed process all requests in parallel. What you are
seeing is almost certainly the result of exclusive locking performed
by your php script or a library/module used by your php script.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to