wcf - WCF 是否支持对等实现?

标签 wcf p2p net.p2p

我正在尝试在 LAN 中实现点对点消息传递和文件共享实用程序,那么 WCF 是否支持 p2p?有没有人尝试过通过 WCF 进行文件共享?

最佳答案

是的,确实如此。请看How To Design State Sharing In A Peer Network :

When researching the various ways in which an election scenario might be implemented, I discovered that there is an attribute in WCF that allows you to indicate the maximum number of hops that a particular message will travel. After seeing this, it became obvious that there was a means for sharing state in a peer network that not only required no central server, but was resilient to node drop-off and did not require election. I call it Nearest Peer Synchronization.

关于wcf - WCF 是否支持对等实现?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2202301/

相关文章:

具有不想工作的 WCF 服务的 WCF 新手(我认为是元数据)

php - 如何扩展 Direct Connect 客户端的功能(如 linuxdcpp、dc++)?

Android WiFi Direct 演示问题

sockets - 使用一个套接字进行对等通信

.net - wcf net.p2p ://- does this work over the internet?

c# - 为什么我的 WCF 服务不使用我的实体模型?

c# - 将 WCF 与遗留复杂类型一起使用

wcf - 没有 ASP.Net Auth 的 Silverlight 和 WCF 服务之间的身份验证