![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 100](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653100.webp)
Service Stage
100
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Examples
The following example uses variables defined in the
server.xml
file for the
send-cgi
parameters. For more information about defining variables, see Chapter
8, “Virtual Server Configuration Files.”
rlimit_core
(UNIX only) Specifies the maximum CGI program
core file size. A value of 0 disables writing cores. You
can supply both current (soft) and maximum (hard)
limits, separated by a comma. The soft limit must be
listed first. If only one limit is specified, both limits are
set to this value.
rlimit_nofile
(UNIX only) Specifies the maximum number of file
descriptors for the CGI program. You can supply both
current (soft) and maximum (hard) limits, separated
by a comma. The soft limit must be listed first. If only
one limit is specified, both limits are set to this value.
nice
(UNIX only) Accepts an increment that determines the
CGI program's priority relative to the server.
Typically, the server is run with a nice value of 0 and
the nice increment would be between 0 (the CGI
program runs at same priority as server) and 19 (the
CGI program runs at much lower priority than server).
While it is possible to increase the priority of the CGI
program above that of the server by specifying a nice
increment of -1, this is not recommended.
type
optional, common to all Service-class functions
method
optional, common to all Service-class functions
query
optional, common to all Service-class functions
UseOutputStreamSize
optional, common to all Service-class functions
flushTimer
optional, common to all Service-class functions
ChunkedRequestBufferSize
optional, common to all Service-class functions
ChunkedRequestTimeout
optional, common to all Service-class functions
bucket
optional, common to all
obj.conf
functions
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...