PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #955

SQLRelay backend available

Details

Submitted2004-03-06 05:31 UTC
Frommpalmer at hezmatt dot org
Assigneddanielc
StatusWont fix
PackageDB
PHP VersionIrrelevant
OSN/A
Roadmaps(Not assigned)

Comments

[2004-03-06 05:31 UTC] mpalmer at hezmatt dot org

Description:
------------
I've developed a PEAR DB backend to support the slightly
surreal SQLRelay API, which for those who don't know is a
fairly DB-agnostic connection pooling and result caching
daemon.

Since this rather surreal BTS won't let me just attach my file,
anyone wanting a copy (including the DB maintainers) should
contact me for a copy. It's licenced appropriately for
inclusion in the PEAR DB package, although I haven't put a
test suite together for it.

[2004-03-06 07:25 UTC] mpalmer at hezmatt dot org

SQLRelay is a useful connection pooling and load balancing
system to put behind a PHP application. Or does PEAR DB
guarantee connection persistence and load balancing? If
so, I'd love to know how.