Hi !
I would like to delegate some actions  (like storing data, sending e-
mails etc ) after moment when my wsgi app have returned content via
wsgi interface.
How can this be implemented ?
Using mod_python I could have used IIRC cleanup handler which was
called after returning content to web browser.
I was thinking about adding another thread, but I have problem in
stability during restarts ('daemon' mode)  and problem how can I get
information when that thread should be terminated due to application
restart.
Any hints ?

Thanks in advance, regards

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to