Hi Experts,
Recently i written the script for text file to CSV file conversion. my script has read the directory and it would process the each file by file based on iteration. Coding and output was fine. i need to improve to speed up the script to convert the csv file. For example in that directory which contains 300 files to convert the csv file. So script processed to takes some time for getting the O/P. So please suggest me that subcutaneously process the all the at the same time. Any modules are available to speed up process for every 10 file by files among the 100 files(it is an example).
Thread module will helps to resolve the problem. either IO module will help?
Advanced Thanks,
Senthil. V