4 Replies Latest reply on Aug 25, 2003 7:41 AM by javaprof

    Database clustering with JBoss & C-JDBC

    ececchet

      There is an open-source project called Clustered JDBC (http://c-jdbc.objectweb.org) that offers transparent database clustering for JBoss. No application or database changes are needed (it works as a JDBC driver).
      C-JDBC provides both performance scalability and fault tolerance of the database tier by using various replication techniques. It has been successfully tested with JBoss 3.x and many popular databases (MySQL, PostgreSQL, Oracle, SAP DB, Sybase, HSQL, ...).
      C-JDBC is 100% Java and licensed under LGPL. Code and documentation are available on the SourceForge site (http://forge.objectweb.org/projects/c-jdbc/).
      Your feedback is welcome to improve JBoss & C-JDBC clustering.