first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[kai/samba.git] / docs / textdocs / Speed.txt
index 356d0f2cd33a278b44c2028ffc1451fb7a0f3958..b2fcd15cda4d085c367e48be17c8274d79c996ab 100644 (file)
@@ -1,9 +1,6 @@
 !==
-!== Speed.txt for Samba release 1.9.18alpha14 24 Dec 1997
+!== Speed.txt for Samba release 2.0.4b 20 May 1999
 !==
-Contributor:   Andrew Tridgell
-Date:          January 1995
-Status:                Current
 
 Subject:       Samba performance issues
 ============================================================================
@@ -63,6 +60,21 @@ option has been left in the code for backwards compatibility reasons
 but it's use is now deprecated. A short summary of what the old
 code did follows.
 
+LEVEL2 OPLOCKS
+--------------
+
+With Samba 2.0.5 a new capability - level2 (read only) oplocks is
+supported (although the option is off by default - see the smb.conf
+man page for details). Turning on level2 oplocks (on a share-by-share basis)
+by setting the parameter :
+
+level2 oplocks = true 
+
+should speed concurrent access to files that are not commonly written
+to, such as application serving shares (ie. shares that contain common
+.EXE files - such as a Microsoft Office share) as it allows clients to
+read-ahread cache copies of these files.
+
 Old 'fake oplocks' option - deprecated.
 ---------------------------------------
 
@@ -327,10 +339,3 @@ smbclient running on another linux box. Maybe I'll add those results
 here someday ...
 
 
-COMMENTS
---------
-
-If you've read this far then please give me some feedback! Which of
-the above suggestions worked for you?
-
-Mail the samba mailing list or samba-bugs@samba.anu.edu.au