David Bolen wrote:
It's much trickier if you want to use the ORM, unless you are very careful to fully eager load every thing in any possible database operation if you have need of the information subsequently in your twisted code. Otherwise you may block unexpectedly simply when accessing your objects, and end up with database operations from the main twisted thread.
So if someone wanted the use of the ORM, would you say that they should access the objects through deferreds, just as they would with SQL? Or is it worse than that?
-- Don Dwiggins Advanced Publishing Technology _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
