If the file is ONLY going to be read from, then you do not need to lock the file. This is becuase reading a file does NOT change/modify it. Since the file is not changed, as many people who want to read the file can or at least as many as the operating system will let. If the file will also...