Fatal Python error: Couldn't create autoTLSkey mapping: Difference between revisions

From Helpful
Jump to navigation Jump to search
m (Created page with "{{stub}} TLS in this context means Thread Local Storage (not Transport Layer Security). Apparently, when you fork {{comment|(probably via subprocess or so)}} from a thread...")
(No difference)

Revision as of 17:37, 27 July 2012

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

TLS in this context means Thread Local Storage (not Transport Layer Security).


Apparently, when you fork (probably via subprocess or so) from a threaded program, there is some post-fork cleanup in python itself (around 2.7?) that seems to say this (possibly for subinterpreters?).


mod_wsgi is the most likely reason you're seeing this.

WSGIApplicationGroup %{GLOBAL}