Threading Books
-
Java Threads
Published 16 years ago
by Scott Oaks, Henry Wong, O'Reilly Media
Building sophisticated Java applets means learning about threading--if you need to read data from a network, for example, you can't afford to let a delay in its delivery lock up your entire applet. Java Threads introduces the Java threading API and uses non-computing analogies--such as scenarios involving bank tellers--to explain the need for synchronization and the dangers of deadlock.
-
Professional C#
Published 19 years ago
by Simon Robinson, Burt Harvey, Craig McQueen, Christian Nagel, Morgan Skinner, Jay Glynn, Karli Watson, Ollie Cornes, Jerod Moemeka, Wrox
The ideal introduction to writing C# programs on the .NET Framework, for developers working at the leading edge.
-
Java Thread Programming (Sams White Book)
Published 21 years ago
by Paul Hyde, Sams
Java Thread Programming shows you how to take full advantage of Java's thread facilities: when to use threads to increase your program's efficiency, how to use them effectively, and how to avoid common mistakes. There is thorough coverage of the Thread API, ThreadGroup classes, the Runnable interface, and the synchronized operator. Extensive, complete, code examples show programmers the details of creating and managing threads in real-world applications.