Geoff wrote:
>>You can actually already accomplish this by putting a function called
contextInitialize(app, path) into the __init__.py of your context. [snip]
I'm not sure if this particular fact is mentioned in the documentation,
though. I think Webware's documentation is generally pretty goo
On Sunday January 27, 2002 12:32 am, Edmund Lian wrote:
> Geoff wrote:
> >>Application maintains a list of shutdown handlers, so if you call
>
> addShutDownHandler multiple times each of the functions will get called, in
> the order that you called addShutDownHandler.<<
>
> Come to think of it, it
On Sunday January 27, 2002 12:11 am, Edmund Lian wrote:
> Geoff wrote:
> >>Application maintains a list of shutdown handlers, so if you call
>
> addShutDownHandler multiple times each of the functions will get called, in
>
> the order that you called addShutDownHandler.<<
>
> It might be useful to