Hi all,
I have a list of 300,000 + items. What i am currently doing with the list is validating the Address and writing both the original address and corrected address to a specified file. What i'd like to do is split the list evenly among a given number of threads and do processes on them concurrently. Can anyone help me with an example on how i can go about doing something like this?
Thanks