Re: Multiple cursors

2013-05-27 Thread Vitalii Tymchyshyn
se one of the pre build client libraries as they >> will take care of connection pooling etc for you >> https://wiki.apache.org/cassandra/ClientOptions >> >> Cheers >> >>- >> Aaron Morton >> Freelance Cassandra Consultant &g

Re: Multiple cursors

2013-05-21 Thread aaron morton
elance Cassandra Consultant > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 16/05/2013, at 9:03 AM, Sam Mandes wrote: > >> Hello All, >> >> Is using multiple cursors simultaneously on the same C* connection a good >> practi

Re: Multiple cursors

2013-05-18 Thread Vitalii Tymchyshyn
Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 16/05/2013, at 9:03 AM, Sam Mandes wrote: > > Hello All, > > Is using multiple cursors simultaneously on the same C* connection a good > practice? > > I've an internal api for a project ru

Re: Multiple cursors

2013-05-16 Thread aaron morton
lance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 16/05/2013, at 9:03 AM, Sam Mandes wrote: > Hello All, > > Is using multiple cursors simultaneously on the same C* connection a good > practice? > > I've an internal api for a project running

Multiple cursors

2013-05-15 Thread Sam Mandes
Hello All, Is using multiple cursors simultaneously on the same C* connection a good practice? I've an internal api for a project running thrift, I then need to query something from C*. I do not like to create a new connection for every api request. Thus, when my service initially starts I