| Author |
small thread application, please help.
|
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
I am learning Thead and therefore write a small application. Search two files and if "11111" is found, the application will stop. Here, my questions are 1. I know this is not a good solution. Anything wrong ? 2. How to refactor it with JDK 5 Thread API ? 3. In console, why the application still outputs some log info after main thread is finished ? 4. where could I find a master-slave pattern of thread ? Any sample ? Thanks. [ December 08, 2008: Message edited by: Edward Chen ]
|
 |
 |
|
|
subject: small thread application, please help.
|
|
|