View Single Post
  #4 (permalink)  
Old 03-03-2008, 03:56 PM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

This is just an educated guess, meaning I give no guarantee, but I think that you should be able to test it localy. The problem with flock over nfs is that only the process(or possibly computer) that issues the lock will know about the lock. But since you will be the only user on your local machine it doesn't matter.

If you are unlucky flock will return false when on nfs which could result in fatal errors, depending on it's usage in Lucene. But I don't think this will be a problem.
Reply With Quote