Re: smart client proxy for cassandra

2012-03-26 Thread aaron morton
I've heard of people using HA Proxy http://haproxy.1wt.eu/ with php as a connection pool. Note that detecting failure in Cassandra can only be done as part of a request. So HA Proxy cannot understand if a node is actually functional, only that it allows a socket to be opened. There is some w

smart client proxy for cassandra

2012-03-25 Thread Piavlo
Hi, Is there any smart client proxy implementation for cassandra? I'd like to proxy short lived phpcassa connections through a smart proxy that will manage a pool of connections and be aware of current cluster state, bad/slow nodes etc... The java php libraries https://github.com/s7/scale7-pel