Slide 4
Slide 4 text
Dead-locks and key performance indicators
When writing code with threads you’ll inevitably
introduce a dead-lock. Sadly, there’s no automated
tool to detect dead-locks (more on this later)
Each software has key performance indicators, how
fast we parse X, how many Y per second are we
sending to the network, what’s the size of the internal
Queue holding Z, etc. Need to know!