Re: design cassandra issue client when moving from version 0.6.* to 0.7.3

2011-03-29 Thread aaron morton
There should only be one active request on the socket at a time. Otherwise things could get confused on the server side. Also is there a reason you are not calling CassandraClient::multiget_slice ? Aaron On 29 Mar 2011, at 10:59, Anurag Gujral wrote: > Hi All, > I am currently portin

design cassandra issue client when moving from version 0.6.* to 0.7.3

2011-03-28 Thread Anurag Gujral
Hi All, I am currently porting a cassandra c++ client from 0.6.* to 0.7.3. The c++ client I had in 0.6.* used to function conn->client->send_multiget_slice which used to take as parameter cseqid. The sign of the function in 0.6.* was void CassandraClient::send_multiget_slice(const std::st