Will reading a file on a DFS share via SMB from a Java program lock the file?

219 views Asked by At

I have a SMB share (Microsoft DFS) mounted to a linux host. On the linux host I am running a Java program that reads header data from files on the SMB share. The program uses FileInputStream to read the file and does not explicitly place a lock on the file before reading it. Is it possible that DFS would be placing a lock on the file even if my program does not request it?

0

There are 0 answers