New replication software pgpool available

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org, pgsql-announce(at)postgresql(dot)org
Subject: New replication software pgpool available
Date: 2004-04-23 09:19:42
Message-ID: 20040423.181942.78702466.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

pgpool 1.0, yet another open source replication software for
PostgreSQL is now available at:

ftp://ftp.sra.co.jp/pub/cmd/postgres/pgpool/pgpool-1.0.tar.gz

pgpool is a single master/query based/synchronous replication
server. It acts as a proxy server between PostgreSQL client and
PostgreSQL server. No application change is needed to use pgpool.
pgpool's features include:

o connection pooling. This will reduce the connection establishing
overhead.

o pre-forking child processes. Like Apache, pgpool pre-forks child
processes to provide faster service startup.

o degeneration. In the replication mode, if one of PostgreSQL goes
down, it detaches the broken server and continues operation with the
surviving server.

o fail over. In the connection pool server mode, if master PostgreSQL
goes down, it detaches the broken server and continues operation
with the stand-by server.

pgpool can work with PostgreSQL 7.0 to 7.4. It's small and easy to
install. All you need is gcc. You even do not need PostgreSQL source
tree.

Enjoy,
--
Tatsuo Ishii

Browse pgsql-announce by date

  From Date Subject
Next Message andrej misovic 2004-04-23 17:49:26 New PostgreSQL mirror in Slovakia
Previous Message Robert Treat 2004-04-20 20:08:02 == PostgreSQL Weekly News - April 19th 2004 ==

Browse pgsql-general by date

  From Date Subject
Next Message Dragan Matic 2004-04-23 09:35:47 Case insensitive search
Previous Message John Sidney-Woollett 2004-04-23 06:32:56 Re: Unicode + LC_COLLATE