On 06/08/07, Ben Wilson <[EMAIL PROTECTED]> wrote: > > I'm not sure of the web.py behavior, but what you're needing sounds > sort of like the 'register_shutdown_function' in PHP. That is, once > all activity is sent to the browser and the script goes into shutdown, > then process these functions. It is very useful for housecleaning > activities; one of mine is to auto-generate PmWiki pages based on day > of week/author. This helps the site remain responsive. I'm not sure if > there is a web.py analog. >
I am not familiar with the php facility you mention, but I think what you're looking for is unloadhooks. See http://webpy.org/docs#unload Tom -- http://intellectronica.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
