SALWaitTimeout

Specifies, in milliseconds, the amount of time the server will wait for a SAL session to become free before returning an error to the client. (Each user has their own SAL session. While a particular user is running a transaction, any other users with the same name will have to wait to get exclusive access to their SAL session.)

If the server times out waiting for the SAL session to return, it returns an ER_ACQUIRE error (-158 - "error acquiring a user's mutex and SAL session") to the client. It also writes the following to the log file:

"process_msg: acquire_user (user) timed out (-158)"

where process_msg is the name of the function where the timeout occurred, and user is the name of the user that timed out trying to get a SAL session.

Lower Bound: 0 (disables timeouts)
Upper Bound: unlimited
Default: 60000 (60 seconds)