![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 335](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653335.webp)
Buffered Streams
Appendix
E
HyperText Transfer Protocol
335
Output buffering has been built in to the functions that transmit data, such as
net_write
(see Chapter 5, “NSAPI Function Reference.”). You can specify the
following Service SAF parameters that affect stream buffering, which are described
in detail in Chapter 3, “Predefined SAFs and the Request Handling Process.”
•
UseOutputStreamSize
•
flushTimer
•
ChunkedRequestBufferSize
•
ChunkedRequestTimeout
The
UseOutputStreamSize
,
ChunkedRequestBufferSize
, and
ChunkedRequestTimeout
parameters also have equivalent
magnus.conf
directives; see “Chunked Encoding,” on page 286. The
obj.conf
parameters
override the
magnus.conf
directives.
To override the default behavior when invoking an SAF that uses one of the
functions
net_read
or
netbuf_grab
, you can specify the value of the parameter in
obj.conf
, for example:
Service fn="my-service-saf" type=perf UseOutputStreamSize=8192
NOTE
The
UseOutputStreamSize
parameter can be set to zero in the
obj.conf
file to disable output stream buffering. For the
magnus.conf
file, setting
UseOutputStreamSize
to zero has no
effect.
Содержание 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...