[Previous] [Contents] [Next]

Threading Guidelines

When do you need to use threads, and when is it best, if ever, to avoid them like the plague? In this section, I'll describe both some common scenarios in which threads can be extremely valuable to your application and some situations in which it would be best to avoid using multiple threads.

[Previous] [Contents] [Next]