my question was
"so when i run multiple threads at once of the same job its grabbing the same line from a file, would creating a initial pause in the job before proceeding to grab the lines from the file help prevent that? thanks"
supports reply was
"Take lines from list which is binded to file with deleting. Each thread will take different line"
can someone explain how this is done? a test job would be great or some further examples
"so when i run multiple threads at once of the same job its grabbing the same line from a file, would creating a initial pause in the job before proceeding to grab the lines from the file help prevent that? thanks"
supports reply was
"Take lines from list which is binded to file with deleting. Each thread will take different line"
can someone explain how this is done? a test job would be great or some further examples