Re: Improving Availability

From: Guido Neitzer <guido(dot)neitzer(at)pharmaline(dot)de>
To: Richard Huxton <dev(at)archonet(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Improving Availability
Date: 2005-12-14 16:19:17
Message-ID: 368358A2-1CE5-4FFA-994B-F64AE0877726@pharmaline.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 14.12.2005, at 16:46 Uhr, Richard Huxton wrote:

> I'd be tempted to look at pgpool sitting between your application
> and the database, and then replication from the one machine to the
> other.

Right, I thought the same, BUT: I have two application servers (one
on each machine) connecting to a network URL via JDBC. When pgpool is
involved, I assume it only runs on one server, right?

Or can I have pgpool running on both servers, each knowing about the
two servers and the applications just connect to "localhost"?

cug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-12-14 16:28:08 Re: Improving Availability
Previous Message Richard Huxton 2005-12-14 15:46:49 Re: Improving Availability