wcf - High frequency inter process communication in c# -


i need transfer data in high frequency between 2 different processing in same machine .

the data type byte array , transfer in frequency of 100 hz,the size of each message 50000 bytes .

i know have several option:

  1. pipe 2. remoting 3.wcf 4.udp loopback messages 5.ipc.

i try udp loopback solution , it's work without loss message , problem it's not work in computer without network card .

can please recommended best solution can work demands ? thanks, mak


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -