On Mon, 2011-06-20 at 16:00 +0900, David wrote: > Hi, > > I was wondering what's the recommended way to initialize a "complex" > twisted application. Typically, let's say I have an application which > needs to create a couple of "heavy" objects, each of which may create > mysql db/tables:
You could create all of the objects you need in one runInteraction call, maybe? _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
