in reply to Re^4: Multi threading
in thread Multi threading
Can anyone please tell me how to create the threads for
reading all the files from directories and sub-directories and write to the one log file or create a separate log file for each thread, without using sleep()
Each thread should process(read ) 100 files at a time.