http://webpy.org/cookbook/application_processors
Can "after executing the requests" also mean "after sending a response"? I'm sure there are some services you will write in web.py that don't return a response. Does this mean that the processor function you write will happen after the request is received and possibly a response is sent back? I just want to verify when this function will be called. I want it to occur after the response as been sent, so that it doesn't tie up the service that is waiting on the response. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
