[Twisted-Python] SQLAlchemy, Twisted, and sAsync

2010-03-25 Thread Matthew Williams
I have recently started a project using Twisted with a MySQL backend. From previous posts to this and other lists, it seems that ORMs and threads don't get along too well... and, as far as I can tell, there's no way to get away from threads if you don't want longish queries to block your e

Re: [Twisted-Python] NetstringReceiver

2010-03-25 Thread exarkun
On 08:36 am, albert.bra...@weiermayer.com wrote: >On Thu, Mar 25, 2010 at 09:22:03AM +1100, Andrew Bennetts wrote: >>I'm rather confused about why you're even asking this question. >>Exactly >>what API are you proposing as an alternative to the existing API >>(which >>is subclass NetstringReceive

Re: [Twisted-Python] NetstringReceiver

2010-03-25 Thread Albert Brandl
On Thu, Mar 25, 2010 at 09:22:03AM +1100, Andrew Bennetts wrote: > I'm rather confused about why you're even asking this question. Exactly > what API are you proposing as an alternative to the existing API (which > is subclass NetstringReceiver and override stringReceived, and > stringReceived wil