X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 49B339DD9EE; Sun, 15 Jan 2006 02:03:50 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 36595-07; Sun, 15 Jan 2006 02:03:49 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from pdc.geeknet.com.au (ns1.geeknet.com.au [220.244.63.182]) by postgresql.org (Postfix) with ESMTP id 9C4749DD9ED; Sun, 15 Jan 2006 02:03:47 -0400 (AST) Subject: Re: Infrastructure monitoring Date: Sun, 15 Jan 2006 17:03:45 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <34F8F335525CB14C95CF92BE2194858E01285F@pdc.geeknet.com.au> X-MS-Has-Attach: Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Infrastructure monitoring Thread-Index: AcYZUNQ0jkaEfQUqROSmRWpcJz0WlAASGTBw From: "John Hansen" To: "Joshua D. Drake" , "Dave Page" Cc: "Guido Barosio" , "Marc G. Fournier" , "Josh Berkus" , , "Jim C. Nasby" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.09 required=5 tests=[AWL=0.090] X-Spam-Score: 0.09 X-Spam-Level: X-Archive-Number: 200601/113 X-Sequence-Number: 9301 > - the only other oddity that I can recall is that ASPSeek must be = compiled with=20 > gcc 2.95 due to some changes in the hashing functions in the STL in=20 > later versions which cause index bloat. I've managed to get around that, by removing some compiler = optimizations.... ... John