如何使用0MQ创建简单的TCP流代理?
因此,我们有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论