Java Custom library to create files in parallel in multiple threads
Hi Team,
I have a requirement to create files and put it on a local drive. File size is big as well as well there are N number of files. I want to do this by creating multiple threading concept of java where the function which is creating files I would provide in threads run method and based on file list size I would create threads. I tried having above all in a function but this does not work as such and What I notice is that It is going to Thread start method but run method is printing any Logs specified there. I would appreciate if any one would have such an use case and share their experience.
Thanks-
Ruchi
***Edited by Moderator Marije to change Type from Discussion to Question***