Splitting a list into seperate threads.
-
How would I go about splitting a list of names into a amount of threads. The user will enter the amount of threads to use and they have a text file already filled with names. So it has to be able to work with whatever amount they enter. Thanks, BuckleyInDaHouse.
-
How would I go about splitting a list of names into a amount of threads. The user will enter the amount of threads to use and they have a text file already filled with names. So it has to be able to work with whatever amount they enter. Thanks, BuckleyInDaHouse.
How does a list of names relate to threads? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
How would I go about splitting a list of names into a amount of threads. The user will enter the amount of threads to use and they have a text file already filled with names. So it has to be able to work with whatever amount they enter. Thanks, BuckleyInDaHouse.
-
How does a list of names relate to threads? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Each thread has to go through a list of names connecting to the internet. So I didn't wanna use 1 thread to do like 4000 names that would be slow.