Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3131 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53323 invoked from network); 1 Jul 2003 23:45:14 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 1 Jul 2003 23:45:14 -0000 Received: (qmail 30144 invoked by uid 501); 1 Jul 2003 23:45:14 -0000 Received: from unknown (HELO eco.foo) (80.143.27.46) by kdserv.de with SMTP; 1 Jul 2003 23:45:14 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id DC87330D18; Wed, 2 Jul 2003 01:45:12 +0200 (CEST) Date: Wed, 2 Jul 2003 01:45:12 +0200 (CEST) X-X-Sender: sas@eco.foo To: Sterling Hughes Cc: internals@lists.php.net, Wez Furlong In-Reply-To: <1057101229.1360.303.camel@hasele> Message-ID: References: <1057087738.1360.216.camel@hasele> <1057101229.1360.303.camel@hasele> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Removing SQLite sessions from the default distribution From: sascha@schumann.cx (Sascha Schumann) Having a SQL session storage module in the default distribution is a good learning example for other storage module authors. I don't see any necessity to remove this particular piece of code based on the assessment that it does not outperform simple file access on Linux. SQLite could very well be faster on synchronous filesystems where creating new files is more expensive than in your testcase. - Sascha