Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62267 invoked from network); 26 May 2009 02:12:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2009 02:12:19 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.221.107 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.221.107 mail-qy0-f107.google.com Received: from [209.85.221.107] ([209.85.221.107:58323] helo=mail-qy0-f107.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/7F-12479-9FF4B1A4 for ; Mon, 25 May 2009 22:12:09 -0400 Received: by qyk5 with SMTP id 5so4622138qyk.29 for ; Mon, 25 May 2009 19:12:06 -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=FIvcZyKDk8wr/j5Wynvx/27Gue6CHhDJ+YbgEW5bBuM=; b=d++HvLL6Nh0NhC1f69gjjFbtHwZFsretjWsc1bwbTRu0OT5+EYV6VVgicUJ1HMv3OO xaWWGoq7Aa5QYHoilDyzizaPXn5AXNBuJPqzFJRk/DVxzRzvJIpHMwTaFoFJdDtBRBmL a1ImfMgfN2pbfnT4nL3OcghiemE9T1c8IgVGU= 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=C762uDjFU6a3rhdt/ZETjGsLZ+nNQ4qwUiSAlxLeoZjG3RW5C8QucLZl6nHI9YLJ12 bGYDStb/fg0oRC6a1F17plUv1LVILQNamkPDgEyJ8TNNEexGcpg9CaiVAJe+ysui9qll IbN9WkqaPd2LPL2wGBnjw+oMnSOepKNcwlFcw= MIME-Version: 1.0 Received: by 10.220.100.5 with SMTP id w5mr5885992vcn.62.1243303926223; Mon, 25 May 2009 19:12:06 -0700 (PDT) In-Reply-To: <8A9B0E56-82A5-405C-8221-B3B22852AA07@prohost.org> References: <8A9B0E56-82A5-405C-8221-B3B22852AA07@prohost.org> Date: Mon, 25 May 2009 19:12:06 -0700 Message-ID: To: Ilia Alshanetsky Cc: Patrick ALLAERT , PHP Development , Davide Mendolia Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] APM From: mike503@gmail.com (Michael Shadle) On Mon, May 25, 2009 at 1:38 PM, Ilia Alshanetsky wrote: > Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a > whole pile of overhead to every request. > > > Ilia Alshanetsky Also: Pinba is something else that might be interesting to look into. http://pinba.org http://groups.google.com/group/pinba-engine/ But yes, pooling errors and such into a central server would be great...