[Previous] [Contents] [Next]

Costs Outweigh Benefits

As you saw in "Thread Safety and Synchronization," writing multithreaded applications takes a bit of time and effort in the design of the code. There will be times when the slight gains enjoyed by having multiple threads just isn't worth the extra time required to make your code thread-safe.

[Previous] [Contents] [Next]