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
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