[Twisted-Python] run queries in deffered, but not in transaction

Pet petshmidt at googlemail.com
Tue Sep 15 06:37:30 EDT 2009


Hi,

I'd like to run several queries in background, some of them may fail.
Currently, I do runInteraction for each query. Is there a way to run
them all in one deferred, so that if one of them fails, other are not
aborted?

Thanks in advance!

Pet



More information about the Twisted-Python mailing list