IIRC thrift makes no effort to generate threadsafe code. which makes sense in an rpc-oriented protocol really.
On Wed, Jul 15, 2009 at 7:25 PM, Joel Meyer<[email protected]> wrote: > Hello, > Are there any recommendations on how to use Cassandra Clients in a > multi-threaded front-end application (java)? Is the Client thread-safe or is > it best to do a client per thread (or object pool of some sort)? > Thanks, > Joel
