On Wed, 2010-12-22 at 13:23 -0600, Brandon Williams wrote: > Also, avro is more or less useless to twisted python with Cassandra, > due the the underlying client used not supporting HTTP 1.1. Without > connection persistence, all it can do is set the keyspace.
This is because HTTP is considered a stateless protocol by Avro. The answer is to use the socket-server. > To support avro, I'd like to see it move to a socket based protocol, > but without that I have no plans to support it in Telephus. If we kept it, we'd move to the socket transport, that was always the plan (and it could probably be done after avro's next release). -- Eric Evans eev...@rackspace.com