Inter-process communication

前端 未结 9 1443
傲寒
傲寒 2020-12-01 08:42

I have two applications: X and Y.
X is the main application and it handles a lot of XML files. It has a history of more than 10 years and half a dozen techniques have

9条回答
  •  独厮守ぢ
    2020-12-01 09:07

    running a TCP server which just on a connect (as a trigger) is really fast and should do what you want

提交回复
热议问题