-
Managing threads (1 messages)
- Posted by: Sanjeev Prasad
- Posted on: May 18 2006 00:10 EDT
I have a java class that implements the Runnable interface. The program is configured to have 15 threads of this class. Now I have to manage these threads to process files in a directory ie.. the directory contains hundreds of text files that have to be processed by these threads in such a way that no two threads process the same file. Can someone give me the code for this please.Threaded Messages (1)
- two-threaded code by jim woods on July 02 2006 05:49 EDT
-
two-threaded code[ Go to top ]
- Posted by: jim woods
- Posted on: July 02 2006 05:49 EDT
- in response to Sanjeev Prasad