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
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
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