LWN.net Logo

pgpool 2.0 is available

From:  Tatsuo Ishii <t-ishii-AT-sra.co.jp>
To:  pgsql-announce-AT-postgresql.org
Subject:  [ANNOUNCE] pgpool 2.0 is available
Date:  Tue, 22 Jun 2004 22:32:55 +0900 (JST)
Cc:  pgsql-general-AT-postgresql.org

The new verion of pgpool, yet another open source connection
pool/replication server for PostgreSQL is available:

ftp://ftp.sra.co.jp/pub/cmd/postgres/pgpool/pgpool-2.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.

In addtion to above, 2.0 now supports native V3 protocol which should
make pgpool faster if used with PostgreSQL 7.4 or later.

Also, pgpool 2.0 supports the load balancing between master/secondary
PostgreSQL backends to gain better performace for SELECT statement.

For more details please take a look at:

http://www2b.biglobe.ne.jp/~caco/pgpool/index-e.html

Enjoy,
--
Tatsuo Ishii

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org


(Log in to post comments)

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds