Chapter 10, Configuring the Server for Performance
237
Using perfdump Statistics to Tune Your Server
connection and is now waiting for a new request to arrive on the same
connection. If the server has more than the maximum waiting connections
open when a new connection starts to wait for a keepalive request, the server
closes the oldest connection. This algorithm keeps an upper bound on the
number of open, waiting keepalive connections that the server can maintain.
Enterprise Server does not always honor a KeepAlive request from a client. The
following conditions cause the server to close a connection even if the client
has requested a KeepAlive connection:
•
KeepAliveTimeout
is set to 0.
•
MaxKeepAlive
count is exceeded.
•
Dynamic content, such as CGI, does not have an HTTP
content_length
header set or the header is not lowercase.
•
Request is not
HTTP GET
or
HEAD
.
•
HTTP 1.1 pipelined request.
•
The request was determined to be bad-- if have bad client sends only
headers, no content.
When SSL is enabled,
KeepAliveTimeout
defaults to 0, which effectively
disables persistent connections. If you want to use persistent connections with
SSL, set
KeepAliveTimeout
to a non-zero value.
You can also change
KeepAliveTimeout
in the Performance Tuning page in
the Server Manager.
AcceptTimeout
The number of seconds the server will wait for data from the client after
accepting the connection before sending the request to the unaccelerated path.
Tuning
If
AcceptTimout
is set to a small number, rather than reading the initial read
from clients with slow responses, the read may timeout and have to be read on
the second attempt. This may impact performance.
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...