Not Found

The requested URL /jquery-1.6.3.min.js was not found on this server.

Archives

Posts Tagged ‘Connection Pool’

I have just released version 0.3.0 of my Cassandra Connection Pool. New features in this release are: automatic host discovery with connection failover datasource implementation cleanups and bugfixes

Share
Oct 26th, 2010 | Filed under Development, Software

For a project of mine I’ve had need for a robust, decent connection pool for Cassandra. Since I use the thrift APIs directly without other layers, I decided to use Tomcat 7′s excellent jdbc-pool as a base. The result is my cassandra-connection-pool which at the moment may be fetched from my github repository at http://github.com/tristantarrant/cassandra-connection-pool [...]

Share
Sep 8th, 2010 | Filed under Uncategorized