SLSIA pretty much. This happens to me when I call subprocess.popen from within a wsgi script with mod_wsgi running in daemon mode. It doesn't seem to matter what the subprocess actually does (I use 'whoami' for testing). It's a very weird error because it is intermittent but not random. It's 100% predictable and repeatable. It happens exactly ever other invocation of the wsgi script. When I call thread.get_ident() it turns out that there are two threads in my wsgi process. One of them produces this error and the other one doesn't. This is particularly weird because the default number of threads is supposed to be 15, so I don't understand how I can end up with only two.
I'm running a clean build of mod_wsgi 3.3 on OS X 10.6.8. What does this error mean anyway? What is autoTLS? TLS normally means Transport Layer Security but I don't see how that could have anything to do with this problem. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/FTE7A8WZ8msJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
