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:
- 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
Post a Comment