Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD681173E2 for ; Mon, 11 May 2015 16:10:17 +0000 (UTC) Received: (qmail 30272 invoked by uid 500); 11 May 2015 16:10:12 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 30223 invoked by uid 500); 11 May 2015 16:10:12 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 30214 invoked by uid 99); 11 May 2015 16:10:12 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2015 16:10:12 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id 42B671A047A for ; Mon, 11 May 2015 16:10:12 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 02B7C61099; Mon, 11 May 2015 16:10:10 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 57916] New: Random latency in reentrant calls Date: Mon, 11 May 2015 16:10:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Core X-Bugzilla-Version: 2.4.12 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: landre3567@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=57916 Bug ID: 57916 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: bugs@httpd.apache.org Reporter: landre3567@gmail.com Created attachment 32728 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32728&action=edit the reentrant.php calls itself recursively n times using the 'count' parameter. 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org