On Jul 30, 8:47 pm, "Ikai L (Google)" <[email protected]> wrote: > it sounded like he wanted to do it on > a per query basis - and there'd be all the problems with global mutable > state, concurrency, etc.
Just for the sake of completeness, this case is usually implemented using a static ThreadLocal instance. But I agree that it should be avoided. -- 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.
