Multi-threading - Reading multiple files

  • Thread starter Thread starter Mahadevan Ganesan
  • Start date Start date
M

Mahadevan Ganesan

Guest
Hi All,

Requirement is, need to process some 100,000+ txt files using multi-threading.

based on the configuration, need to set the thread count.

Once a thread completes its processing, need to pick the next file.

If there is any issue in the file, then we need to move the file to some improper file folder.


please suggest the best practice solution for this.


thanks in advance.


regards,

Mahadevan.G

Continue reading...
 
Back
Top