Best I have come up with thus far is to make an asynchronous fetch and not wait for the response. Downside is that I pay for bandwidth even though I am calling myself. And all I really want to do is fire a task and forget.
From: [email protected] [mailto:[email protected]] On Behalf Of Brandon Wirtz Sent: Monday, July 04, 2011 1:24 AM To: [email protected] Subject: [google-appengine] Method for Clossing Request and continuing to run? I'm looking at being a little smarter about Cache management. Does anyone know of a way to return a page to the user, close the connection, and then do things after? I'm looking for both python and Java, but Python more at the moment. (the goal is to say request is about to expire, serve the request and then re-request the data to make sure the next request is not a cache miss) -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
