Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
c-jdbc: Gives applications a transparent access to a cluster of databases
- Summary
- 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(tm).
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.
Changelog
- * Mon Feb 9 23:00:00 2004 David Walluck <david{%}anti-microsoft{*}org> 0:1.0-0.b15.5jpp
-
- require jdbc-stdext, not jdbc-stdext-ext
- * Thu Jan 29 23:00:00 2004 David Walluck <david{%}anti-microsoft{*}org> 0:1.0-0.b15.4jpp
-
- don't own %{_javadir}
- * Wed Jan 28 23:00:00 2004 David Walluck <david{%}anti-microsoft{*}org> 0:1.0-0.b15.3jpp
-
- change Group to `Database'