pgpool

Connection pool server for postgresql
  http://pgpool.projects.postgresql.org/
  0
  no reviews



Pgpool is a connection pool server for postgresql, running between postgresql's client and server. any postgresql client can connect to pgpool as if it's a real postgresql server; pgpool caches the connection to the postgresql server to reduce the overhead involved in establishing the connection to it. pgpool can also be used with two postgresql servers for fail over purposes. if the first server goes down, pgpool will automatically switch to the secondary server.