Re: SQL Load Balancer for PostgreSQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
Cc: PG General <pgsql-general(at)postgresql(dot)org>, pgsql-php(at)postgresql(dot)org
Subject: Re: SQL Load Balancer for PostgreSQL
Date: 2001-06-13 17:52:35
Message-ID: 200106131752.f5DHqan00610@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

> Here is a new project that some people might be interested
> in. This project now supports Oracle8i and PostgreSQL.
> There is a PHP module as well.
>
> SQL Load Balancer (SQLB)
> http://sqlb.sourceforge.net/
>
> The SQLB project is used to improve SQL requests to a
> database. It provides programs that have permanent
> connections to a DB, a program that checks the integrity of
> transactions, and a library to link with programs that need
> to make SQL queries.

FYI, 7.2 will have a RESET ALL; command that is useful for passing
persistent connections, and we use "BEGIN;COMMIT;" to cancel any open
transaction.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-06-13 17:57:46 Re: function / trigger problem
Previous Message Pete Leonard 2001-06-13 17:46:48 Re: followup on view/rule/delete problem.

Browse pgsql-php by date

  From Date Subject
Next Message Chadwick Rolfs 2001-06-13 19:11:08 Test
Previous Message Brent R. Matzelle 2001-06-13 16:39:29 SQL Load Balancer for PostgreSQL