Re: Cassandra Connection Pool

2010-10-26 Thread Eric Evans
On Tue, 2010-10-26 at 16:54 +0200, Tristan Tarrant wrote: > I have a couple of questions: > > - should the org.apache.cassandra.thrift classes still be included in > the main jar ? Maybe just the ones compiled from src/java ? I think it's OK to have the main jar depend on the thrift one. And, we

Re: Cassandra Connection Pool

2010-10-26 Thread Tristan Tarrant
On Tue, Oct 26, 2010 at 16:36, Eric Evans wrote: > > Sure, can you submit a ticket an attach the patch there? > > https://issues.apache.org/jira/browse/CASSANDRA Hi Eric, I have a couple of questions: - should the org.apache.cassandra.thrift classes still be included in the main jar ? Maybe j

Re: Cassandra Connection Pool

2010-10-26 Thread Eric Evans
On Tue, 2010-10-26 at 16:22 +0200, Tristan Tarrant wrote: > first of all let me introduce myself (or rather what I do). I am the > developer of the Infinispan Cassandra CacheStore ( > http://community.jboss.org/wiki/CassandraCacheStore) which allows > persistence of Infinispan's cache to Cassandra'

Cassandra Connection Pool

2010-10-26 Thread Tristan Tarrant
Dear all, first of all let me introduce myself (or rather what I do). I am the developer of the Infinispan Cassandra CacheStore ( http://community.jboss.org/wiki/CassandraCacheStore) which allows persistence of Infinispan's cache to Cassandra's keyspaces. While developing the cachestore I needed a