Mar 03 2007
Debugging Threading Problems in Python
I was debugging a threading problem in someone else’s code the other day, and found it difficult to get a picture of what was happening.
The problem with threads, you see, is that most languages make it very easy, which tempts programmers to use them and causes no end of problems later. Instead of being [...]