Hi team,
Can you please provide some clarifications to the below question. Next to performance this also relates to limiting exchange fees by requiring simultanous access.
When Devs See/Create in ETA | The OS network layer sees | The OS processors see | From a MD Administration point of view, it can be seen as |
---|
RsslChannel | netstat --inet -nep sees one TCP/IP socket. | The application’s main thread and one internal dispatch thread (?). | From a DACS mount point of view: It is one DACS mount IF this is the first connection with that login from that box to that particular Reuters destination IP. Else, this connection is included with the earlier connection. |
‘n’ RsslChannels, with the same login and the same Reuters destination IP address | netstat --net -nep sees ‘n’ TCP/IP sockets. | The application’s main thread and ‘n’ additional dispatch threads (?). | From a DACS mount point of view: This is still (at most) one DACS mount because it’s the same login and Reuters destination IP address. |
Regards,
Erol