Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Description:
========
Performance impact when using FT connections with a high number of sessions/producers/consumers.
Resolution:
=======
When using FT connections, all connection/session/consumers/producers objects will be stored in the meta db. The network I/O thread performs writes to the meta.db and any other asynchronous store files. For meta.db, the EMS server will periodically (every one second) flushes writes to disk to make sure that the FT objects are stored promptly. If there are a high number of connections/producers/consumers objects and they are creating/destroying connections/sessions/producers/consumers frequently, the updates for the meta.db will block the network I/O thread and impact overall EMS performance.