Hi! What is the best way to implement synchronous DB access in a twisted application? I've read about defer.deferredGenerator, and various threads about how it's a stupid idea to even attempt this. Do I have restructure my code such that everything that depends on results from a database query is in a callback to a deferred object?
-martin
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
