Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Description:
How to improve the performance of concurrent EMS SSL connections and re-connections.
Symptoms:
When many EMS SSL connections and reconnections happen concurrently,
the EMS server may report the warning message: "Closing SSL
connection from *** due to timeout.“. It may take a longer time to
establish SSL connections and re-connections. How to improve the performance?
Cause:
EMS handles SSL connection handshakes synchronously within one network
I/O thread. It is expected that some delay may happen when multiple SSL
connections were created at the same time.
Beginning with EMS 7.0, two new parameters were introduced that allow you to fine-tune performance on multi-core machines:
- To bind network I/O threads to specific processors, set the processor_ids parameter in the tibemsd.conf.- To bind a storage thread to a specific processor, set processor_id in the stores.conf file.
These parameters are supported on Linux, Solaris and Windows platforms.