Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65916 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75014 invoked from network); 19 Feb 2013 01:44:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 01:44:16 -0000 Authentication-Results: pb1.pair.com header.from=kevin@yungs.com.au; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kevin@yungs.com.au; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain yungs.com.au designates 209.85.212.48 as permitted sender) X-PHP-List-Original-Sender: kevin@yungs.com.au X-Host-Fingerprint: 209.85.212.48 mail-vb0-f48.google.com Received: from [209.85.212.48] ([209.85.212.48:42608] helo=mail-vb0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/17-34654-FE8D2215 for ; Mon, 18 Feb 2013 20:44:16 -0500 Received: by mail-vb0-f48.google.com with SMTP id fc21so3893148vbb.21 for ; Mon, 18 Feb 2013 17:44:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=WlHi0R0dVZVMYs9QdGLAATzRDwokXPnfKNlItSQ6baw=; b=pyh3VIqe3I7NV90osvqhadSVhpoGHfG3ndcCnvYOdOhfzSlgXmffM3gPIz7AgSLghH O/ocf1nZSnps1JqQBTAx16URlmeiQR9+SrUg7Qj1PdB4YjtDyz12fgG1mKoenFF6Lp/M vlLqi6zQK59BkxpwG07qitv02oTxIBnUPdjiwgtIMqV8lDLPsJ3kNvg3qo/j3A97ZzFw 7gY//onaeZw7oKuNBlns9dw+BxrCG+f4IcfEXGchO6nQddwcE+uqSPMxbpAFJ8S8YJxi ykmO/XCPsOJe5FCoU6NIbjGOE/ZvHzKBGG/aWRMTYeafa4HRyowOP3hZaLrrctk1FaC9 gTpA== MIME-Version: 1.0 X-Received: by 10.58.186.241 with SMTP id fn17mr18683306vec.8.1361238253174; Mon, 18 Feb 2013 17:44:13 -0800 (PST) Received: by 10.58.233.79 with HTTP; Mon, 18 Feb 2013 17:44:13 -0800 (PST) X-Originating-IP: [203.34.100.2] In-Reply-To: References: Date: Tue, 19 Feb 2013 12:44:13 +1100 Message-ID: To: Brendon Colby Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkDPrXWQyE48mV7FN4mypIINfux0zSy8sEd1E63qWCK7RwTvqwG76mSPhLT21bX+D7kRb5w Subject: Re: [PHP-DEV] PHP causing high number of NFS getattr operations? From: kevin@yungs.com.au (Kevin Yung) Brendon, in our environment, we use NFS for shared storage, we are using APC as well with stat=0. In our setting, we are experiencing high number of stat() calls on the NFS. My initial finding of this problem is we enabled the open_basedir setting. And there is already a bug report for this, https://bugs.php.net/bug.php?id=52312 We tested the issue in 5.2.x, 5.3.x and 5.4.x, all of them experiencing same issue. I m not sure if this is a same problem as yours. But I do hope the community can find out a good solutions to handle the balance of better security and good performance.