如何使用0MQ创建简单的TCP流代理?

发布于 2024-12-22 07:23:23 字数 461 浏览 1 评论 0原文

因此,我们有 N 个客户端想要与服务器建立真正的 TCP 连接。我们有一个服务器网关 TCP 代理,我们希望使用 0MQ 实现。我们在分布式系统中拥有 P 个真实服务器,该系统拥有自己的 M 网关。我们能够增强我们的代理,使其可以将任何传入客户端代理到我们的 M 真实网关之一,这些网关只能从我们正在创建的网关进行访问。如何使用 0MQ 创建如此简单的 TCP proxi 服务器?

我可以更改所有 M 网关上的代码...所以主要问题是:如何使用 0MQ 创建下一个链:TCP Socket => 0MQ套接字=> 0MQ套接字=> TCP Socket这样传入的TCP流数据到底会完好无损吗?

So we have N clients that want to have real TCP connection to a server. We have a server-Gateway TCP proxy we want to implement with 0MQ. And we have P real servers in a destributed system that has its own M gateways. We to be capable to tall our proxy that it can proxy any of incoming clients to one of our M real gateways that are acsessaable only from Gateway we are creating. How to create such simple TCP proxi server with 0MQ?

I can change code on all M gateways... so main Q is: how to create next chain with 0MQ: TCP Socket => 0MQ socket => 0MQ socket => TCP Socket so that incoming TCP stream data would be intact on the end?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文