> Okay, is uwsgi.env the right way to access the environment values? I > just stumbled on it with a dir(uwsgi).
Nope it is not thread-safe, use environ['uwsgi.core'] -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
