Re: Multiple cursors

2013-05-27 Thread Vitalii Tymchyshyn
Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 16/05/2013, at 9:03 AM, Sam Mandes eng.salaman...@gmail.com wrote: Hello All, Is using multiple cursors simultaneously on the same C* connection a good practice

Re: Multiple cursors

2013-05-21 Thread aaron morton
://www.thelastpickle.com On 16/05/2013, at 9:03 AM, Sam Mandes eng.salaman...@gmail.com 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 thrift, I then need to query something from C*. I do not like to create

Re: Multiple cursors

2013-05-18 Thread Vitalii Tymchyshyn
, at 9:03 AM, Sam Mandes eng.salaman...@gmail.com 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 thrift, I then need to query something from C*. I do not like to create a new connection

Re: Multiple cursors

2013-05-16 Thread aaron morton
Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 16/05/2013, at 9:03 AM, Sam Mandes eng.salaman...@gmail.com 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 thrift, I

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 open