NOTE |
w3ServerPool is a synonym for (and has replaced) w3HostName. In this document, all w3HostName references have been changed to w3ServerPool. |
A server pool is the naming and grouping of one or more FlashConnect connections spanning one or more database servers that are connected to one or more Web servers. FlashConnect allows one or more database servers to connect to one or more FlashConnect enabled Web servers. Server pools are optional, but there must be a default server pool defined to access the online manual.
Server pools enable the distribution of an application across several systems.
The system administrator specifies which server pool a system supports using the WWW-START command.
The programmer specifies which server pool should be used to service a request by setting the w3ServerPool variable.
WARNING |
Ensure that the server pool name is not an attribute-defining item (ADI) or data level in the w3lines file or the ADI will be overwritten by the server pool state. |
FlashConnect assigns the connection to any database server that supports the requested server pool. If no server pool is chosen, the default server pool is used.
Server pools also allow load balancing and tighter control of resource allocation. For more information about server pools, see the FlashConnect Administrator’s Guide.
CAUTION |
Server Pool names are case sensitive. FlashConnect maintains the original casing of the server pool name as entered in the w3config file. The FlashConnect server pool name can be a maximum of 14 alphanumeric characters and must include at least one letter in the name. |
This section includes these topics:
Specifying Server Pool Relationships
Assigning Server Pool Connections
See Also