Re: Connection Pooling

2011-08-25 Thread Nick Telford
Connection pooling is a client concern, are you referring to a particular CQL driver or high-level client? If so, which one? On 25 August 2011 13:07, Vivek Mishra wrote: > Any plan for connection pooling? is it already in place? > > -Vivek >

Connection Pooling

2011-08-25 Thread Vivek Mishra
Any plan for connection pooling? is it already in place? -Vivek

Some thoughts on client abstraction and connection pooling

2011-04-01 Thread Nick Telford
Hi everyone, While prototyping ideas for the PHP CQL driver, I started thinking about client responsibilities that are agnostic of the underlying transport (be it Thrift, Avro or an arbitrary binary protocol) and indeed the client's interface, e.g. Thrift API or CQL. Drivers for most databases (e