Re: Cassandra Connection Pooling

2016-01-28 Thread Nate McCall
On Thu, Jan 28, 2016 at 4:31 PM, KAMM, BILL wrote: > Hi, I’m looking for some good info on connection pooling, using JBoss. Is > this something that needs to be configured within JBoss, or is it handled > directly by the Cassandra classes themselves? Thanks. > > > > > This thread was on the J

Re: Cassandra Connection Pooling

2016-01-28 Thread Jim Ancona
It's typically handled by your client (e.g. https://docs.datastax.com/en/latest-java-driver/index.html) along with retries, timeouts and all the other things you would put in your datasource config for a SQL database in JBoss. On Thu, Jan 28, 2016 at 5:31 PM, KAMM, BILL wrote: > Hi, I’m looking

Cassandra Connection Pooling

2016-01-28 Thread KAMM, BILL
Hi, I'm looking for some good info on connection pooling, using JBoss. Is this something that needs to be configured within JBoss, or is it handled directly by the Cassandra classes themselves? Thanks. Bill