Tripod5G > The maximum number of Sybase
3pod PHP Learning

sybct.max_linksinteger
The maximum number of Sybase-CT connections per process, including persistent connections.
The default is -1 meaning unlimited.
sybct.min_server_severityinteger
Server messages with severity greater than or equal to sybct.min_server_severity will be reported
as warnings. This value can also be set from a script by calling sybase_min_server_severity.
The default is 10 which reports errors of information severity or greater.
sybct.min_client_severityinteger
Client library messages with severity greater than or equal to sybct.min_client_severity will be
reported as warnings. This value can also be set from a script by calling
sybase_min_client_severity. The default is 10 which effectively disables reporting.
sybct.login_timeoutinteger
The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
Note that if max_execution_time has been exceeded when a connection attempt times out, your
script will be terminated before it can take action on failure. The default is one minute.
sybct.timeoutinteger
The maximum time in seconds to wait for a select_db or query operation to succeed before
returning failure. Note that if max_execution_time has been exceeded when am operation times out,
your script will be terminated before it can take action on failure. The default is no limit.
sybct.hostnamestring
The name (exp 3pod.com) of the host you claim to be connecting from, for display by sp_who. The default is none.
Informix Configuration Directives
ifx.allow_persistentboolean
Whether to allow persistent Informix connections.
ifx.max_persistentinteger
The maximum number of persistent Informix connections per process.
70

Next >>
bluedot bluedots greydots pinkdots

Tripod >> 3pod Tips & Learning and manuals for educations