Skip to main content

Datometry Documentation

Pool Configuration Parameters

The [pool] section represents a collection of [gateways]. Typically, there is one [gateway] per [pool].

Table 7. Pool Parameters

Parameter

Type

Description

gateway

String

Specifies a list of gateway names. For example:

"pool".gateway = [ "gateway1", "gateway2" ]

name

String

Specifies the name of the pool. For example:

"pool".name = "pool_name"

capacity

Integer

Specifies the maximum number of established client connections through the current pool. When exceeded, Hyper-Q throws a capacity exceeded error. For example: "pool".capacity = 10

Pool capacity can directly affect load jobs, and as such, needs to tuned for customer requirements.

active

Integer

Specifies the maximum number of client connections that can have active running requests. When this limit is reached, further requests are queued. For example: "pool".active = 5