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 fee111b6ec211889c38ed651b5c9f118a755dbc9..b2fcd15cda4d085c367e48be17c8274d79c996ab 100644 (file)
@@ -1,9 +1,6 @@
 !==
-!== Speed.txt for Samba release 2.0.0-alpha11 09 Oct 1998
+!== 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.
 ---------------------------------------