DBBalancer 0.3.0: Connection pòoling and load balancing for PostgreSQL

From: Daniel Varela Santoalla <dvs(at)arrakis(dot)es>
To: pgsql-hackers(at)postgresql(dot)org
Cc: dbbalancer-users(at)lists(dot)sourceforge(dot)net
Subject: DBBalancer 0.3.0: Connection pòoling and load balancing for PostgreSQL
Date: 2001-09-09 02:01:19
Message-ID: 200109090201.EAA32693@hendrix.myip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello everybody.

I've just released the 0.3.0 version of DBBalancer.
DBBalancer is a program that has several functions:

- Provides connection pooling.
- Provides load balancing over replicated databases and
- Provides write replication. This feature is just experimental, needing
still quite a lot of testing.

I'd like you to share your feelings about it with me. It would be usefult to
talk about if this is useful, if you consider the concept valid, and anything
you want.

You can answer in this list (I read it almost every day) or, if this is not
appropiate, in the specific DBBalancer Sourceforce mailing list at
dbbalancer-users(at)lists(dot)sourceforge(dot)net(dot)

The project source is at http://www.sourceforge.net/projects/dbbalancer

These are the changes introduced in version 0.3.0:

0.3.0:
- New config file format, no longer XML.
- Xerces requirement removed. Hope this makes compiling easier.
- Documentation updated.
- In "write replication" mode, start a transaction for each connection.
Rollback if a error is detected in any of the backends. This is configurable
- Write replication enhancements.

WARNING: Though some features are believed to work more safely than others,
none of them has passed extensive testings. So please don't use it with
valuable data.

--

----------------------------------
Regards from Spain. Daniel Varela
----------------------------------

If you think education is expensive, try ignorance.
-Derek Bok (Former Harvard President)

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Padgett 2001-09-09 05:27:51 CVS commit messages
Previous Message Bruce Momjian 2001-09-09 01:15:54 Re: [HACKERS] JDBC pg_description update needed for CVS tip