pkg://dbbalancer_0.4.1-6_i386.deb:81384/control
downloads
Package: dbbalancer
Version: 0.4.1-6
Section: non-US/main
Priority: optional
Architecture: i386
Depends: libace5.2 (>= 5.2.1-1), libc6 (>= 2.2.4-4), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810)
Installed-Size: 364
Maintainer: Andrew McMillan <debian@mcmillan.net.nz>
Description: Database connection pooling, load balancing and write-replication
DBBalancer provides facilities to transparently implement:
- pooling of connections
- load balancing across multiple backends
- write replication to multiple backends
.
DBBalancer is a middleware daemon that sits in between database clients, like
C, C++, TCL, Java JDBC, Perl DBI, etc programs and a database server. Currently
the only server supported is PostgreSQL, but the architecture is open to
embrace more servers in future.
.
Also see http://dbbalancer.sourceforge.net/ for more information.