On Feb 11, 6:53 am, Brandon Thomson <[email protected]> wrote: > > The downside of extra latency for get()s is it means users will very > occasionally see the spinning beach ball for a long time instead of an > error page after 4 seconds in non-ajax applications. It's not a big > deal for AJAX handlers because we can choose a timeout and control the > experience client-side but for guys with a lot of non-AJAX html pages > it could be frustrating.
very good point. happily, we're planning to expose a deadline parameter for most datastore calls soon, maybe as soon as 1.3.2. that should give you the flexibility to control which calls need to return fast and which can afford to run longer. -- 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.
