< Back
Page 7 of 7
This chapter is from the book
Conclusion
Concurrent programs are incredibly difficult to debug. Race conditions are just the most security-relevant type of concurrency problem. We recommend that you stay away from multithread systems when a single thread will do. Nonetheless, when you are working on a system that makes use of time-critical multiprocessing, don't forget the race condition! Design defensively, and think carefully about the assumptions that you're making between operations.
< Back
Page 7 of 7