![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 271](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653271.webp)
Threads, Processes and Connections
Chapter
7
Syntax and Use of magnus.conf
271
The timeout countdown starts when the connection is handed over to the
keep-alive subsystem. If there is no activity on the connection when the timeout
expires, the connection is closed.
Default
The default value is
30
seconds. The maximum value is
300
seconds (5 minutes).
KernelThreads
Enterprise Server can support both kernel-level and user-level threads whenever
the operating system supports kernel-level threads. Local threads are scheduled by
NSPR within the process whereas kernel threads are scheduled by the host
operating system. Usually, the standard debugger and compiler are intended for
use with kernel-level threads. By setting
KernelThreads
to
1
(on), you ensure that
the server uses only kernel-level threads, not user-level threads. By setting
KernelThreads
to
0
(off), you ensure that the server uses only user-level threads,
which may improve performance.
Default
The default is 0 (off).
ListenQ
Specifies the maximum number of pending connections on a listen socket.
Connections that time out on a listen socket whose backlog queue is full will fail.
Default
The default value is platform-specific: 200 (Windows NT), 128 (all others).
MaxKeepAliveConnections
Specifies the maximum number of Keep-Alive and persistent connections that the
server can have open simultaneously. Values range from 0 to 32768.
Default
256
MaxProcs (UNIX Only)
Specifies the maximum number of processes that the server can have running
simultaneously. If you don’t include
MaxProcs
in your
magnus.conf
file, the server
defaults to running a single process.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...