X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 490E83A5ECD for ; Mon, 6 Dec 2004 08:34:16 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 38988-10 for ; Mon, 6 Dec 2004 08:34:06 +0000 (GMT) Received: from anchor-post-36.mail.demon.net (anchor-post-36.mail.demon.net [194.217.242.86]) by svr1.postgresql.org (Postfix) with ESMTP id E9A673A5F02 for ; Mon, 6 Dec 2004 08:34:07 +0000 (GMT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=ratbert.vale-housing.co.uk) by anchor-post-36.mail.demon.net with esmtp (Exim 4.42) id 1CbEJq-0007Dd-Kf for pgsql-www@postgresql.org; Mon, 06 Dec 2004 08:34:06 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: Re: www side projects Date: Mon, 6 Dec 2004 08:34:05 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] www side projects Thread-Index: AcTbXKTfz+sShFQbQ9aMWtLvzlXHwgAEUutw From: "Dave Page" To: "Gavin Sherry" , "Robert Treat" Cc: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.008 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200412/84 X-Sequence-Number: 6203 =20 > -----Original Message----- > From: pgsql-www-owner@postgresql.org=20 > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Gavin Sherry > Sent: 06 December 2004 06:26 > To: Robert Treat > Cc: pgsql-www@postgresql.org > Subject: Re: [pgsql-www] www side projects >=20 > This is from a todo list I was putting together: >=20 > * Redundancy > o Contingency plan if main site goes down under heavy load=20 > at time of 8.0 > release > o Figure out load balancing: round robin DNS? auto selection=20 > of a mirror > by IP (works for other major projects)? Auto selection of mirror has been somewhat problematic in the past, and doesn't always work for other projects (php.net often gives me trouble for example). However, the new mirror tracker has been testing to see which sites are suitable configured for rr, and the db schema has been updated to all specification of 'primary' mirrors. When I've got the new site mirroring properly, I will crack on with that job. > o Contact mirror sites to get them to support virtual host=20 > configuration > we need to do round robin DNS and other related stuff See above :-) =20 Regards, Dave.