Perf-Init; Pool-Init - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

perf-init

Applicable in
-class directives.
Init
The
function enables system performance measurement via
perf-init
performance buckets.
For more information about performance buckets, see the Netscape Enterprise Server
Performance Tuning, Sizing, and Scaling Guide.
Parameters
disable
Example
Init fn=perf-init disable=false
See Also
define-perf-bucket

pool-init

Applicable in
-class directives.
Init
The
function changes the default values of pooled memory settings.
pool-init
The size of the free block list may be changed or pooled memory may be entirely
disabled.
Memory allocation pools allow the server to run significantly faster. If you are
programming with the NSAPI, note that
work slightly differently if pooled memory is disabled. If pooling is enabled,
FREE
the server automatically cleans up all memory allocated by these routines when
each request completes. In most cases, this will improve performance and prevent
memory leaks. If pooling is disabled, all memory is global and there is no clean-up.
If you want persistent memory allocation, add the prefix
routine (
PERM_MALLOC
).
PERM_FREE
flag to disable the use of system performance measurement
via performance buckets. Should have a value of true or
false. Default value is true.
MALLOC
,
,
PERM_REALLOC
PERM_CALLOC
,
,
REALLOC
CALLOC
to the name of each
PERM_
,
PERM_STRDUP
Chapter 7
Syntax and Use of magnus.conf
Init SAFs
,
, and
STRDUP
, and
253

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents