C-JDBC - Clustered JDBC



(Back to docs.huihoo.com)

Introduction

C-JDBC is an open source (LGPL) database cluster middleware that allows any Java application (standalone application, servlet or EJB container, ...) to transparently access a cluster of databases through JDBC(tm). The database is distributed and replicated among several nodes and C-JDBC balances the queries among these nodes. C-JDBC handles node failures and provides support for checkpointing and hot recovery.

Sequoia is a new version of C-JDBC available under an Apache license.


C-JDBC principle

Documents

• C-JDBC

Links

• C-JDBC Homepage