What is the fastest communication protocol?

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.

Any advice?

Hi,

we have TROLocalServer/TROLocalChannel in Remoting SDK for Delphi so you can put client and server into the same .exe.

Thank you but I can’t put them in the same process space

For some reason, the client is a 64 bit application, while the server is a 32 bit code

Can I mix 32 bit and 64bit using local channel?

no, because local channel is designed for working in the same app
try to testTROWinMessageServer/TROWinMessageChannel channel