https://bz.apache.org/bugzilla/show_bug.cgi?id=57917

            Bug ID: 57917
           Summary: Random latency in reentrant calls
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]

Our php web site requires sometimes a reentrant call (i.e. it calls
file_get_contents(http://127.0.0.1/reentrant.php).

Most of the times calls are really fast (<5ms) but about 1% of the calls are
over 0.5 secs

We had a hard time reproducing the bug but we finally found a php script that
calls itself (see enclosure).

To test it just try http://127.0.0.1/reentrant.php?count=10 where 10 is the
reentrancy level.

The script works fine with NGINX that's why we suspect apache rather than PHP.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to