I have a web.py application runs as backgroud which provides some time-costing tasks. The task is triggered while receiving specific instructions from user. However, the response must be within 5s, or else the user would repeatedly post the request and result in repeated task executing. So it's there an asynchronous mechanism of web.py which can respond the user first then execute the task in background without being interrupted?
-- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
