what happens when two thread are reading from the same file ?
i'm having an out of boundary exception on a dictionary that i'm filling using a file. multiple tests are being executed in the same time, each in a separate thread and each one of them is trying to recreate the Dictionary (i'm just testing here). does reading from the same file using multitasking generate such exception ?