Categories


Diagnosing Java Code : The Orphaned Thread bug pattern

Raiting 0.00

Description

When working with multithread code, a master thread is usually used to send messages. This may be queued up for processing by other threads. During processing by the other threads the master thread puts up an exception, the remaining threads may continue to run, anticipating additional input to the queue, which will cause the program to freeze. This article discusses the ways and means to detect this bug and fix them and also to avoid them when working with multithread code.

Information
Title: Diagnosing Java Code : The Orphaned Thread bug pattern
Author: admin0080
Price / Cost:
Last Updated: 2003-03-03
URL: Click to Visit
Web site Language: English
Total Votes: 3
Current Rating: 0.00
Total Hits #: 105
Listings ID #: 9922