[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]


3 Programming with Threads

This chapter discusses disciplines of which a programmer using threads must be aware. Pertinent examples include programming for asynchronous execution, choosing a synchronization mechanism, avoiding priority scheduling problems, making code thread-safe, and working with code that is not thread-safe.