Re: [Twisted-Python] Re: So how does everyone use an ORM in twisted?

2009-03-17 Thread Ed Suominen
For what it's worth, I've never used SQLAlchemy's ORM capabilities and don't support it in sAsync. I agree that it really isn't compatible with the asynchronous nature of Twisted, and I don't see it as adding anything. To me, the power of SQLAlchemy is in the clean and convenient way it permits

Re: [Twisted-Python] Perspective Broker and thread safe!

2009-02-06 Thread Ed Suominen
This sort of thing is exactly what I wrote AsynCluster to do. See http://foss.eepatents.com/AsynCluster. Best regards, Ed B. B. wrote: Hello, I am relative new to twisted, though I have manage to make a simple client server solution ( using perspective broker ) that I am now try to refactor a