Re: [GENERAL] Load Balancing and Backup

2004-05-06 Thread John Sidney-Woollett
Dardo D Kleiner - CONTRACTOR said: > http://c-jdbc.objectweb.org/ If you're not using java, this may be an interesting alternative solution which was recently announced (on this list). It seems to meet quite a few of your requirements. John Sidney-Woollett pgpool 1.0, yet another open source re

Re: [GENERAL] Load Balancing and Backup

2004-05-06 Thread Richard Huxton
Steve Atkins wrote: On Fri, Apr 30, 2004 at 01:17:16PM -0400, CS Wagner wrote: What I would most desire is a program that pretends to be a postgres server. I can log into it with psql, a jdbc driver, or php's pg_connect. When I do a select (no update) command, it will send that off to the leas

Re: [GENERAL] Load Balancing and Backup

2004-05-05 Thread scott.marlowe
On Fri, 30 Apr 2004, CS Wagner wrote: > I assume this issue has been solved repeatedly, but I cannot find any > information on it... > > I have a website that runs reports on data from a postgres database. An > average report takes about 10 minutes. I'd like to load balance it so I > can hav