I don't know what you mean by automatic.. The thread local helps to have global variables per thread so that it preserves the changes made in one thread should not affect another global variable in another thread..
In Pylons, request & context (may be many other stuffs) are treated as a global variables, they can be accessed from anywhere just by importing them.. On Tue, May 17, 2011 at 3:54 PM, Kiran Jonnalagadda <j...@pobox.com> wrote: > On 17-May-2011, at 11:38 AM, Baiju M wrote: > > >> You may need to port this code for Pyramid, though, as Flask is heavily > dependent on thread-local proxies. > > > > What is the problem with "thread-local proxies" ? > > Nothing. It just means that the code won't run automatically in Pyramid. > > Kiran > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers