how to pass some “statistics” from c# program to another program?

后端 未结 5 398
渐次进展
渐次进展 2021-01-22 07:36

I have command-line program that \"do a lot of work\" and produce \"a lot of statistics\". It\'s stocks trading software pretty critical to delays, bugs, and whatever, so I don\

5条回答
  •  旧时难觅i
    2021-01-22 08:32

    I suggest you look at a technology like DDS. There are no databases involved and it is not hard to implement. I began looking at OpenSplice DDS recently. There are a number of different implementations out there.

提交回复
热议问题