About C-JDBC
E-business applications performance becomes quickly bounded by database throughput especially when using public domain RDBMS on regular workstations. C-JDBC is a database cluster middleware that allows any Java application (standalone application, servlet or EJB container, ...) to transparently access a cluster of databases through JDBC.
You do not have to modify client applications, application servers or database server software. You just have to ensure that all database accesses are performed through JDBC.
C-JDBC provides a flexible architecture that allows you to achieve scalability, high availability and failover with your database tiers. C-JDBC instantiates the concept of RAIDb : Redundant Array of Inexpensive Databases. The database is distributed and replicated among several nodes and C-JDBC load balance the queries between these nodes.
C-JDBC is a free, open source initiative.
Whats New in this Version
- Fixed connection test for postgres within transaction
- Fixed RecoveryLog bug when storing XML data in update queries. Bug reported by Thomas Debray.
- Fix GUI misbehavior when closing the checkpoint window after a drag operation.
- Fix dead-lock when parsing failed after the query was scheduled.
- Many more enhancements. Follow the link and
free download C-JDBC 1.0.4 now.
DETAILS