Hey Brandon, You can't do this. Neither python or java will send anything to thr client until your handler returns. As I recall, both also flush any outstanding RPCs before returning.
What about using a named task (to prevent dupes)? Robert On Monday, July 4, 2011, Brandon Wirtz <[email protected]> wrote: > 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. > -- ------ Robert Kluin Ezox Systems, LLC -- 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.
