ssl_lock_method
Last updated March 2020
Name
ssl_lock_method — the SSL lock method
Synopsis
SSL_Lock_Method = "mutex|spinlock"
Description
This option specifies the SSL lock method. This option should be changed in consultation with Message Systems support only if SSL performance issues are encountered with the default method.
This option can be set to the following:
-
mutex
-
spinlock
-
default
Changing the value of this option at runtime requires restarting the ecelerity process—issuing the ec_console command config reload
will not suffice.
The default value for this option is mutex
.
Scope
ssl_lock_method
is valid in the global scope.
Was this page helpful?