On Aug 4, 11:33 am, Albert <[email protected]> wrote: > > For performance reasons, I'm thinking of usingasynchronousURLfetch > to call the google analytics trackingurlnear the "middle" of my > request handler code. > > Well, I'm not really interested in the result of that urlfetch, so I'm > not interested in calling get_result(). So I don't want my app to wait > for the result, and just increase the time for the user to wait. I > just want it successfully called.
This trick may still work: http://www.reddit.com/r/AppEngine/comments/adxb9/low_level_app_engine_includes_sneaky_way_to/ -- 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.
