File: performance-3.html

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (31 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>Apache Web Server Performance Tuning: Advanced Tuning</TITLE>
 <LINK HREF="performance-2.html" REL=previous>
 <LINK HREF="performance.html#toc3" REL=contents>
</HEAD>
<BODY>
Next
<A HREF="performance-2.html">Previous</A>
<A HREF="performance.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. Advanced Tuning</A></H2>

<P>
<P>
<H2><A NAME="ss3.1">3.1 Time out</A>
</H2>

<P>The number of seconds the Web server will wait for a request to be sent,
after a client has connected to the server.  If a client connects, but
does not send any requests, the client will be disconnected after this
time (freeing the resources it was occupying).
<P>
<HR>
Next
<A HREF="performance-2.html">Previous</A>
<A HREF="performance.html#toc3">Contents</A>
</BODY>
</HTML>