August 1998 Code
From the August 1998 (Vol.3,No.8) issue
Multithreaded Exception Handling in Java
by Joe De Russo III and Peter Haggar
Thread Separation
by Peter Bosch
-
Listing 1 - Creating an Object/handler thread.
-
Listing 2 - Calling Thread's start() method.
-
Listing 3 - A simple thread pooling mechanism.
-
Listing 4 - Dispatch thread selects appropriate Runnable.
-
Listing 5 - Supporting unknown task.
-
Listing 6 - Run method in token switched thread class.
-
Listing 7 - AND-style thread joiner.
-
Listing 8 - Implementing a complex thread managment protocol.
-
Listing 9 - An Or-style thread joiner.
Programming with generic interfaces
by Lowell Kaplan
More Dynamic JavaScript
Steven W. Disbrow