Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Christopher Armstrong
>> On Dec 3, 2014, at 2:03 PM, Jason J. W. Williams > > wrote: >> >> Is anyone using the silverberg CQL (Cassandra) library for Twisted in >> production? Just curious what people's experience with it is, since it >> appears to be the most recently updated Twist

Re: [Twisted-Python] tubes now a separate project

2014-12-29 Thread Glyph Lefkowitz
> On Dec 27, 2014, at 9:46 AM, exar...@twistedmatrix.com wrote: > > On 12:13 am, gl...@twistedmatrix.com wrote: >> Apropos of recent discussion, I have moved tubes to >> github . >> >> I've filed some issues there and plan to file more. P

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Jason J. W. Williams
Hi James, Have you guys tried Silverberg? Wondering if its less flakly. -J On Mon, Dec 29, 2014 at 10:17 AM, James Broadhead wrote: > We (TweetDeck@Twitter) have been using a patched version of Telephus for 3 > years now. > > We've had problems in the past where it would cause problems with dow

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread Jason J. W. Williams
Thanks radix. I noticed the README says Python >= 2.7 is a pre-req but the changelog for 0.1.7 says "fixed incompatibility with Python 2.6". Are y'all running it with 2.6 or 2.7? -J On Wed, Dec 3, 2014 at 12:52 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > Yes, we use it in produ

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-29 Thread James Broadhead
We (TweetDeck@Twitter) have been using a patched version of Telephus for 3 years now. We've had problems in the past where it would cause problems with down and flaky seed hosts, so ymmv. It's available here: https://github.com/tweetdeck/Telephus On 3 December 2014 at 20:03, Jason J. W. Williams