Hi All

I am using the remote adapter and accessing on the server side via the sdk_adapter_dotnet (DotNetAdapter_N2.dll).

I have finished a POC for pricing using the dotnet adapter which well. However, evolving this into a generic framework to support other data feeds (Eg. account balance, order status, etc) is proving difficult/impossible. This is because each feed resides in a separate exe process, and it appears that LS server (and possibly dotnet adapter?) does not support multiple data feed connections? I get an exception when trying to connect more than once; "No connection could be made because the target machine actively refused it 192.168.161.100:6661".

Have I hit a fundamental limitation of the remote adapter or am I missing something?

Can someone please tell me the recommended usage for handling multiple data feeds from seperate processes using the remoting adapter?

Many thanks.