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...")
 
 
Line 1: Line 1:
{{stub}}
#redirect [[Mod_wsgi_notes#Fatal_Python_error:_Couldn.27t_create_autoTLSkey_mapping]]
 
TLS in this context means Thread Local Storage (not Transport Layer Security).
 
 
Apparently, when you fork {{comment|(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}

Latest revision as of 15:32, 31 October 2012