Multi-threaded apps and module globals
Learned about module globals the hard way.
The mod_wsgi daemon by default spawns 15 threads. This is important, but not obvious.
During load testing, we had intermittent weird errors. We were seeing an odd inconsistency in replies. My experience in creating military software in the ’80’s leads me to …
more ...