C ++.net中的进程间通信? [英] Inter process communication in C++.net?

查看:79
本文介绍了C ++.net中的进程间通信?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在两个不同服务器中的两个不同.exe之间进行通信?
以便可以在.exe B中发送和查看来自.exe A的数据.

How to make communication between two different .exe, which are in two different servers?
so that data from .exe A can be send and Viewed in .exe B.

推荐答案

.NET中的通信?您是说> WCF ?


我将使用TCP/IP套接字通信.

您想交换什么样的数据?也许您可以使用现有的协议,例如ftp.否则,您应该考虑设计自己的特定协议,或者只是通过连接发送(流式传输)二进制数据.

Windows套接字2 [ ^ ]

互联网/网络 [ ^ ]
I would use a TCP/IP socket communication.

What kind of data do you want to exchange? Maybe you can use an existing protocol like ftp. Otherwise you should consider designing your own specific protocol or just send (stream) the binary data over the connection.

Windows Sockets 2 [^]

Internet / Network[^]


^ ]

套接字pdf [
Programming Windows TCP Sockets in C++ for the Beginner[^]

sockets pdf[^]


这篇关于C ++.net中的进程间通信?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆