Bobby wrote:
>>Where would I put the call to dbPool to establish it's connections so that it 1) starts when I start AppServer, and 2) is available to whatever modules get loaded in afterward.<< You could put this call into one of the context __init__.py files. Any contextInitialize(appServer, path) method there gets called on context initialization. The appserver has a hook to shut stuff down prior to exit too. Look at Application.addShutdownHandler(). ...Edmund. _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
