Is it possible to “talk” with running process?

后端 未结 4 412
悲哀的现实
悲哀的现实 2020-12-10 09:00

i want to create some service that will run as simple process and will give some other application the possibility to send him xml stream.

What i mean is to create

4条回答
  •  无人及你
    2020-12-10 09:50

    Yes, of course you can use a TCP socket connection .If you want to avoid network connection as enlightened in a comment you can use a shared memory approach, for example with Memory-Mapped Files .

提交回复
热议问题