/**

popular collection of scripts for all

*/
/** Search */

Diagnosing Java Code : The Orphaned Thread bug pattern

 }

Diagnosing Java Code : The Orphaned Thread bug pattern

Hits: 43
*****
0.0
In multithreaded code, it is often common to use a single, master thread that drives the actions the other threads take. This master thread may send messages, often by placing them on a queue, that are then processed by the other threads. But if the master thread throws an exception, the remaining threads may continue to run, awaiting more input to the queue, causing the program to freeze. This article discusses detecting, fixing, and avoiding this bug pattern.
Platform(s): n/a
Date: Aug, 31 2001
Author: http://www-106.ibm.com/developerworks/java/library/j-diag0830?open&l=766,t=grj,p=orphan

Ratings

 }
Number of Ratings: 0 Votes
Visitor Voting Booth:

   
1 2 3 4 5

Others Scripts

 }
{ Copyright } ©2006 NuclearScripts.com