Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual page 80

Nsapi
Table of Contents

Advertisement

Service Stage
UseOutputStreamSize
(optional) determines the default output stream buffer size, in bytes, for data
sent to the client. If this parameter is not specified, the default is
NOTE
flushTimer
(optional) determines the maximum number of milliseconds between write
operations in which buffering is enabled. If the interval between subsequent
write operations is greater than the
further buffering is disabled. This is necessary for status monitoring CGI
applications that run continuously and generate periodic status update reports.
If this parameter is not specified, the default is
ChunkedRequestBufferSize
(optional) determines the default buffer size, in bytes, for "un-chunking"
request data. If this parameter is not specified, the default is
ChunkedRequestTimeout
(optional) determines the default timeout, in seconds, for "un-chunking"
request data. If this parameter is not specified, the default is
If there is more than one
optional wildcard parameters (
For more information about the
ChunkedRequestBufferSize
"Buffered Streams," on page 322. The
ChunkedRequestBufferSize
equivalent
obj.conf
By default, the server sends the requested file to the client by calling the
function. The directive that sets the default is:
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*"
fn="send-file"
80
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
The
UseOutputStreamSize
file to disable output stream buffering. For the
obj.conf
file, setting
magnus.conf
effect.
Service
type
, and
, and
directives; see "Chunked Encoding," on page 277. The
magnus.conf
parameters override the
parameter can be set to zero in the
UseOutputStreamSize
value for an application,
flushTimer
3000
-class function, the first one matching the
,
, and
method
query
UseOutputStreamSize
ChunkedRequestTimeout
UseOutputStreamSize
ChunkedRequestTimeout
directives.
magnus.conf
bytes.
8192
to zero has no
milliseconds.
bytes.
8192
seconds.
60
) is executed.
,
,
flushTimer
parameters, see
,
parameters also have
send-file

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents