Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16140 invoked from network); 28 May 2009 16:49:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2009 16:49:44 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:57088] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/F9-31798-090CE1A4 for ; Thu, 28 May 2009 12:49:21 -0400 Received: by fxm20 with SMTP id 20so6572750fxm.23 for ; Thu, 28 May 2009 09:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=E+UBV/nX2MbrsnXaozNNaLZoQOG9b/0yhNS7nIdT3cs=; b=ZIQGCP8UsgO7cts/WRZFcdT8cKu0tGTFzpphJaNlizm4FzAMewjaDZA+SBXa5+yPE+ tDi0SDhsJMSlKA9jw4vclb3HtgrUlwcXLiUXKMDJnuDg685vPkLk9olRN5FoQ27RGwil En9iRe984H/ZhiwSvJwAC4VtjnZr6xKxwgt4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xXTnADC7DblD2r5UhbYZMt2h72Tr1s7RMyCmf3JtFSty50/XgXnTc/U2cNYOHTJhMj oiiIt2AnLylCmgT6qZFQ6bU3ZLaA657O99V+duCRyWa+bDpYZ+ylEze5BSEyffnQd/Fe mg9me9A+R+DwmIcMy8fCuvTPh7XazqncHaJIU= MIME-Version: 1.0 Received: by 10.239.164.73 with SMTP id s9mr112285hbd.59.1243529357179; Thu, 28 May 2009 09:49:17 -0700 (PDT) In-Reply-To: <8A9B0E56-82A5-405C-8221-B3B22852AA07@prohost.org> References: <8A9B0E56-82A5-405C-8221-B3B22852AA07@prohost.org> Date: Thu, 28 May 2009 18:49:17 +0200 Message-ID: To: Ilia Alshanetsky Cc: PHP Development , Davide Mendolia Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] APM From: patrick.allaert@gmail.com (Patrick ALLAERT) 2009/5/25 Ilia Alshanetsky : > Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a > whole pile of overhead to every request. Sounds logic, but I remember we thought about it and had to open it at RINIT but I really don't remember those reason. Do you see pro's for current situation or con's for implementing this at MINIT? The only thing I see now is the ability to make the extension active on a request basis rather than globally. -- Patrick Allaert --- http://code.google.com/p/peclapm/ - Alternative PHP Monitor