Re: Connection pooling/sharing software help

From: Kris Kiger <kris(at)musicrebellion(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Connection pooling/sharing software help
Date: 2004-07-15 19:35:11
Message-ID: 40F6DC6F.4000707@musicrebellion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

This looks exactly like what we want. Currently we are using JDBC to
maintain persistent connections. The advantage to this is that you can
use the JDBC driver written specifically for your version of Postgres
(level 1 or level 4, I forget which is the closest). Do you have any
idea how close sqlrelay could be considered or if there is another
pooling software that fits the description, but fits into JDBC some how?
I appreciate your help!

Kris

>> Here is the scenario I am running into:
>> I have a cluster of databases. I also have another cluster of
>> machines that will have to talk with some of the database machines.
>> Rather than set up a connection to each databases from each of the
>> 'talking' machines, is it possible to share a single connection to a
>> database between machines? Does such a connection pooling/sharing
>> software exist? Thanks in advance for the advice!
>
> Yep, called SQL Relay and can be found at
> http://sqlrelay.sourceforge.net/
>
> I find it especially handy with Oracle, as OCI connections incur
> pretty big overhead.
>
> -- Mitch

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Simon Riggs 2004-07-15 19:35:27 Re: Point in Time Recovery
Previous Message Christopher Browne 2004-07-15 17:25:45 Re: Slony NG