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 77C699DC997; Sat, 14 Jan 2006 17:39:31 -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 50506-10; Sat, 14 Jan 2006 17:39:32 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by postgresql.org (Postfix) with ESMTP id 1D4FE9DD93D; Sat, 14 Jan 2006 17:39:29 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-31.mail.demon.net with esmtp (Exim 4.42) id 1Exsza-0002sS-5O; Sat, 14 Jan 2006 21:31:22 +0000 Received: from 192.168.7.8 ([192.168.7.8]) by ratbert.vale-housing.co.uk ([192.168.1.106]) with Microsoft Exchange Server HTTP-DAV ; Sat, 14 Jan 2006 21:39:30 +0000 User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Sat, 14 Jan 2006 21:39:50 +0000 Subject: Re: Infrastructure monitoring From: Dave Page To: "Joshua D. Drake" CC: Guido Barosio , "Marc G. Fournier" , Josh Berkus , John Hansen , , "Jim C. Nasby" Message-ID: Thread-Topic: [pgsql-www] Infrastructure monitoring Thread-Index: AcYZUwvxSko6KoVGEdqebgARJHpWaA== In-Reply-To: <43C96C20.70901@commandprompt.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.334 required=5 tests=[AWL=0.334] X-Spam-Score: 0.334 X-Spam-Level: X-Archive-Number: 200601/107 X-Sequence-Number: 9295 On 14/1/06 21:24, "Joshua D. Drake" wrote: > Sure we could help and we are happy to. John what types of machines > are we talking about here? > > Also if ASPSeek actually is an issue we can look into OpenFTS which I have > used successfully in the past, I also believe it is what pgsql.ru uses. ASPSeek is only an issue with the STL problem I mentioned, if used with GCC 3.something or above (2.95 should definitely work). Other than that, John's PG port works like a charm. The problem with OpenFTS et al, is that there's a lot more to do than simply install, configure and run. There's a whole heap of packages used on pgsql.ru, including one for which the website and documentation is entirely in Russian iirc. From what I remember that major parts that don't exist are the indexer (to spider the sites and get them into the website), and a frontend to actually render the output in HTML. The ASPSeek code requires only PostgreSQL and a couple of templates. Regards, Dave.