I'm setting up a test farm, using ccnet/nant running on multiple machines. 
I want each machine to update the SAME file on a REMOTE machine, so I don't 
want simultaneous access to this file. So PC1 locks and updates the file, 
then unlocks it when done. If PC2 is trying to access file while PC1 locks 
it, it pends until it's unlocked.

Or is there a better way to do this, like one ccnet/nant script running on 
a central machine, that then triggers the ccnet/nant script on the test 
farm to run tests?

Reply via email to