Donovan Preston ha scritto:
[...]
It seems to me that what is really needed here is an extension of wsgi that specifies how to get, set, and list request local storage, and for people to use that instead of the threadlocal module.

There seems to be something that I don't understand: why not just store the values inside the WSGI environ dictionary?

It is a per request dictionary, so it is really what you want.

> [...]


Manlio Perillo
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to