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:
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:
class MyApplication(object):
def __init__(self):