Hi,
I am newbie to multi-threading. I am working on one pblm where i need to process 24 files (each size = 3 GB) and write the output onto multiple files(24). Each file takes around 1 hour to process. Is it possible to write data onto multiple files concurrently using multi-threading?
Thanks in advance.
I am newbie to multi-threading. I am working on one pblm where i need to process 24 files (each size = 3 GB) and write the output onto multiple files(24). Each file takes around 1 hour to process. Is it possible to write data onto multiple files concurrently using multi-threading?
Thanks in advance.
Comment