I need expert opinion - which com protocol shall I use.
I have a scientific simulation program, which acts as RemObject RemotingSDK CLIENT.
The RemObject RemotingSDK SERVER runs on the SAME computer, as the client.
The CLIENT calls the SERVER at high frequency, like every 1/10 millisecond.
What communication protocol is best, so I could have the performance of a local Dll? Note - For some design reason, I canNOT make it a local DLL server.