Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:14754 php.pecl.dev:1929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4282 invoked by uid 1010); 9 Feb 2005 16:18:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4247 invoked from network); 9 Feb 2005 16:18:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 16:18:53 -0000 X-Host-Fingerprint: 196.36.165.214 unknown FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([196.36.165.214:63968] helo=nostromo.intranet) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id FD/4B-24923-9E73A024 for ; Wed, 09 Feb 2005 11:18:51 -0500 Received: from [192.168.5.164] (jacques.intranet [192.168.5.164]) by nostromo.intranet (Postfix) with ESMTP id F33D45C75; Wed, 9 Feb 2005 18:18:46 +0200 (SAST) Message-ID: <420A37E3.5030606@php.net> Date: Wed, 09 Feb 2005 18:18:43 +0200 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Scott , pecl-dev@lists.php.net, internals@lists.php.net References: <4e89b42605020821554c1ba198@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PECL-DEV] Announce: PDO beta releases From: jacques@php.net (Jacques Marneweck) Dan Scott wrote: >On Wed, 9 Feb 2005 00:55:46 -0500, Wez Furlong wrote: > > >I've committed a number of changes since the manual was last built; is >there a manual refresh in the works, or would Livedocs be able to >handle the testers' load if we linked to that? > >To stay in sync with Wez, I would like to be able to ensure that >testers / early adopters are using the latest docs (particularly if >the API needs to change), thus avoiding the filing of bogus bugs as >much as possible... > >Dan > > Hi Dan, The livedocs over on http://livedocs.php.mirrors.powertrip.co.za/ updates every two hours via a cron job. If need be I can hook up another box to serve the livedocs site as well depending on the load on that box which currently serves the livedocs and setup DNS round robin. The box uses the turck mmcache to boost PHP performance, so I'd love to actually throw some load against livedocs to test it. Regards --jm