|
|
| Code Listing by Diagnosing Java Code : The Orphaned Thread bug pattern |
|---|
|
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 cont |
|
|