diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-08-15 15:09:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-08-15 15:09:39 +0000 |
commit | 7ea7a3361320c4c25e6bb80c1ed763c229fa541a (patch) | |
tree | 70d55cc0c1a9954410cae5365ecde6a9470affba /docs/textdocs | |
parent | ebc96b7309dbce110ae63bcb91dd8ad5a2cadbbf (diff) | |
download | samba-7ea7a3361320c4c25e6bb80c1ed763c229fa541a.tar.gz samba-7ea7a3361320c4c25e6bb80c1ed763c229fa541a.tar.bz2 samba-7ea7a3361320c4c25e6bb80c1ed763c229fa541a.zip |
added notes on the new FAST_SHARE_MODES code
(This used to be commit e37a624cf93885a5b0e77d5ab41d4a5a0bffe668)
Diffstat (limited to 'docs/textdocs')
-rw-r--r-- | docs/textdocs/Speed.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/textdocs/Speed.txt b/docs/textdocs/Speed.txt index 5dfd70323b..583076a6e3 100644 --- a/docs/textdocs/Speed.txt +++ b/docs/textdocs/Speed.txt @@ -113,6 +113,10 @@ file to open the file read-only if the first has it open read-write. For many applications that do their own locking this doesn't matter, but for some it may. +NOTE: In the most recent versions of Samba there is an option to use +shared memory via mmap() to implement the share modes. This makes +things much faster. See the Makefile for how to enable this. + LOG LEVEL --------- |