Re: understand thrift

2010-07-13 Thread Peter Schuller
> Just want some clarifications on thrift. > 1. thrift creates a layer between Cassandra and the client, specific to > whatever language you want. Well, thrift allows cassandra to expose an RPC interface in a language neutral fashion. > 2. thrift generates an interface to Cassandra's service endp

understand thrift

2010-07-13 Thread S Ahmed
Just want some clarifications on thrift. 1. thrift creates a layer between Cassandra and the client, specific to whatever language you want. 2. thrift generates an interface to Cassandra's service endpoints *3. when Cassandra's endpoints have been modified, thrift needs to be re-generated (along