Threads, Processes and Connections
272
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
One process per processor is recommended if you are running in multi-process
mode. In Enterprise Server 6.1, there is always a primordial process in addition to
the number of active processes specified by this setting.
Enterprise ServerThere is additional discussion of this and other server
configuration and performance tuning issues in the Netscape Enterprise Server
Performance Tuning, Sizing, and Scaling Guide.
Default
1
PostThreadsEarly
If this directive is set to
1
(on), the server checks the whether the minimum number
of threads are available at a listen socket after accepting a connection but before
sending the response to the request. Use this directive when the server will be
handling requests that take a long time to handle, such as those that do long
database connections.
Default
0 (off)
RcvBufSize
Specifies the size (in bytes) of the receive buffer used by sockets. Allowed values
are determined by the operating system.
Default
The default value is determined by the operating system. Typical defaults are 4096
(4K), 8192 (8K).
RqThrottle
Specifies the maximum number of request processing threads that the server can
handle simultaneously. Each request runs in its own thread.
There is additional discussion of this and other server configuration and
performance tuning issues in the Netscape Enterprise Server Performance Tuning,
Sizing, and Scaling Guide.
Default
128
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...