On Wed, 2009-09-02 at 01:28 -0700, Mike Orr wrote: > On Tue, Sep 1, 2009 at 11:03 PM, Iain Duncan<[email protected]> wrote: > > > > Wondering what the sensible way of calling an external wsgi app from > > pylons is if we *want* the app to be instantiated at server startup. I > > noticed that when I do > > > > AdminController = DramApp( blah blah) > > > > in my dummy controller file, DramApp doesn't get initialized until the > > first call to the controller. I guess that's ok, but I'm somewhat leery > > of the ZCA registry not being built until it gets requested. Thoughts? > > Put it on 'g'?
Thanks for the suggestions guys, I'll try them out. Still in the jiggling things around stage incorporating the ZCA, but I have to say now that I've wrapped my head around it, I sure like the zope multi-adapter pattern. Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
