Displaying 1 result from an estimated 1 matches for "testoplock".
Did you mean:
testoplocks
2002 Oct 24
0
[2] Re: How Samba let us down
...isible = true;
for (i = 0; i < 1000; i++)
{
myApp.Documents.Open("G:\\Test.doc");
//myApp.ActiveDocument.SaveAs("G:\\Test.doc");
myApp.Documents.Close();
}
myApp.Application.Quit();
Further scripts can be downloaded from
http://www.beyondlogic.org/consulting/oplocks/testoplocks.htm
Now I will admit that the test is only as good as the M$ products and I
find it interesting to see someone mention a bug in Word causing data
corruption. However from my tests conducted on Netware 5, Windows 2000
Server and Samba 2.2.5, Netware 5 performs flawlessly, Windows 2000
Server j...