From 01f0236f58775e2bf60250caf2b9740bd9f988ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Mar 2003 11:22:22 +0000 Subject: - Regenerate docs - Document 'preload modules' (This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3) --- docs/htmldocs/speed.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'docs/htmldocs/speed.html') diff --git a/docs/htmldocs/speed.html b/docs/htmldocs/speed.html index 85863dcd5f..8ea3faf828 100644 --- a/docs/htmldocs/speed.html +++ b/docs/htmldocs/speed.html @@ -74,14 +74,14 @@ CLASS="CHAPTER" >Chapter 18. Samba performance issuesChapter 20. Samba performance issues

18.1. Comparisons20.1. Comparisons

The Samba server uses TCP to talk to the client. Thus if you are @@ -111,8 +111,8 @@ CLASS="SECT1" >

18.2. Socket options20.2. Socket options

There are a number of socket options that can greatly affect the @@ -139,8 +139,8 @@ CLASS="SECT1" >

18.3. Read size20.3. Read size

The option "read size" affects the overlap of disk reads/writes with @@ -165,8 +165,8 @@ CLASS="SECT1" >

18.4. Max xmit20.4. Max xmit

At startup the client and server negotiate a "maximum transmit" size, @@ -188,8 +188,8 @@ CLASS="SECT1" >

18.5. Log level20.5. Log level

If you set the log level (also known as "debug level") higher than 2 @@ -202,8 +202,8 @@ CLASS="SECT1" >

18.6. Read raw20.6. Read raw

The "read raw" operation is designed to be an optimised, low-latency @@ -224,8 +224,8 @@ CLASS="SECT1" >

18.7. Write raw20.7. Write raw

The "write raw" operation is designed to be an optimised, low-latency @@ -241,8 +241,8 @@ CLASS="SECT1" >

18.8. Slow Clients20.8. Slow Clients

One person has reported that setting the protocol to COREPLUS rather @@ -258,8 +258,8 @@ CLASS="SECT1" >

18.9. Slow Logins20.9. Slow Logins

Slow logins are almost always due to the password checking time. Using @@ -271,8 +271,8 @@ CLASS="SECT1" >

18.10. Client tuning20.10. Client tuning

Often a speed problem can be traced to the client. The client (for -- cgit