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

后端 未结 5 389
渐次进展
渐次进展 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条回答
  •  囚心锁ツ
    2021-01-22 08:14

    It would probably be more efficient and resilient to have the 'server' store it's information within a Database and have the 'client' poll this as and when required.

提交回复
热议问题