On 26 Mar 2013, at 15:31, Behal Andreas wrote:

> Hi,
>  
> Can anyone help me understand why apache seems to take seconds for just 
> handing a request over to mod_jk?

Nope.  But I can suggest some possible lines of investigation.

1.  It's pausing for a DNS lookup.  See the Hostnamelookups docs.
2.  Something expects more data and is only continuing when it times out.
     Could be a bogus Content-Length or messed chunking somewhere.
3.  You're misreading something.  For example, does your
    %{JK_REQUEST_DURATION} include the backend's time, and
    if not, are you just failing to count it?

-- 
Nick Kew
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to