brool

brool \brool\ (n.) : a low roar; a deep murmur or humming

Archive for March, 2007

Debugging Threading Problems in Python

Saturday, March 3rd, 2007
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 [...]