I'm generating csv files based on the results of people answering a survey on 2 different machines. The files will be on a shared folder.
Right now, it will assign each new file with a subject number by looking up the demographic file and see how many people completed the survey. Unfortunately, if we have two people start the program at the same time, they'll end up having the same subject id number. How can I fix this issue?