http_maxconn
Description
|
This parameter defines the size of the connection pool: whenever an HTTP request is emitted
mmhttp tries to use one of the already open connections. After the end of the operation the connection is saved into the pool (if the server supports this functionality). Setting this parameter to 0 disables the pool (
i.e. each query is executed on a new connection). When this parameter is changed all connections of the pool are closed.
|
Type
|
Integer, read/write
|
Values
|
Between 0 and 8
|
Default value
|
4
|
See also
|
|
Module
|