Connectiongroup - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

acceptorthreads
family
blocking
CAUTION
Blocking mode sockets should not be used in real world
deployments. Use of blocking mode sockets precludes dynamic
reconfiguration and exposes the server to denial of service attacks.

CONNECTIONGROUP

Defines a group of connection properties to which you can assign virtual servers.
See "Virtual Server Selection for Request Processing," on page 295 for more
information.
Subelements:
SSLPARAMS
Attributes:
id
matchingip
defaultvs
(optional) Number of acceptor threads for the listen socket.
The recommended value is the number of processors in the
machine. The default is 1, legal values are 1 - 1024.
(optional) The socket family type. The default is inet, legal
values are inet, inet6, and nca. Use the value inet6
for IPv6 listen sockets. When using the value of inet6, IPv4
addresses will be prefixed with ::ffff: in the log file.
Specify nca to make use of the Solaris Network Cache and
Accelerator.
(optional) Determines whether the listen socket and the
accepted socket are put in to blocking mode. Use of blocking
mode may improve benchmark scores. Legal values are on,
off, yes, no, 1, 0. The default is no.
Internal name for the connection group. A
CONNECTIONGROUP name cannot begin with a number.
IP address that the associated virtual servers use or the value
default. Can be in dotted-pair or IPv6 notation. Cannot be
any for INADDR_ANY. Must be default if the containing LS
does not have ip=any.
If the containing LS has ip=any, can be a specific IP address
or default. In this case, default means any IP addresses
not specified in other LS or CONNECTIONGROUP elements.
The id attribute of the default virtual server for this particular
connection group.
Chapter 8
Elements in server.dtd and server.xml
Virtual Server Configuration Files
289

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents