Posted By:
Shaun_Hicks
Posted On:
Thursday, July 5, 2001 12:52 PM
One thing to try is a System.out on each thread. The toString() on each thread launched should be a unique id without you having to do anything. If duplicates are somehow happening, then do the manual naming schema as proposed above.
Also, you are joining all the threads in the vector before exiting the application, aren't you ?