Hi Refinitiv,
We are currently investigating a latency issue being observed by our mutual client north side of our feed handler application. As per our client's TREP Application Development, they observed overflow in the RFA Query, suggesting that we should increase the RFA thread or even segregate it into multiple TCP connections. Would you be able to help on the following queries:
1) Can you please confirm how to increase the RFA thread? Is it how we initialize the RFA API and Sessions?
2) Can we have multiple sessions in RFA config? Would you be able to confirm if adding a second Connection in the RFA.cfg will introduce 2 different TCP connections? For example: \Sessions\Session1\connectionList = "Connection_RSSL,Connection_RSSL_123" \Sessions\Session1\OMMPerfMode = "Latency"
\Connections\Connection_RSSL\connectionType = "RSSL"
\Connections\Connection_RSSL\rsslPort = "14002"
\Connections\Connection_RSSL\serverList = "192.168.220.39" \Connections\Connection_RSSL_123\connectionType = "RSSL" \Connections\Connection_RSSL_123\rsslPort = "14003"
\Connections\Connection_RSSL_123\serverList = "192.168.220.40"
RFA version - rfa8.1