zoukankan      html  css  js  c++  java
  • 父子对等组之间的关系

    遇到一个问题:超级结点和边缘结点都加入对等组P
    超级结点在对等组P中启动汇聚服务
    边缘结点连接到超级结点
    此时边缘结点(创建)加入P的子对等组C
    问题:超级结点是否有必要也创建或加入对等组C
    以保证边缘结点在对等组C中的通信
    ————————————————————————————————————————————————
    PeerInfoService
    List<PeerID> getLocalEdgeView()
    ___________________________________________________________________________
    https://www.java.net/node/662222
     

    > So it seems like I manage to connect to the jxta-38
    > Render-Vous peer, thanks for that.
    Correct.
    >
    > However, I have a question left: a peer can become a
    > rendez-vous for a peer group, does it mean that I may
    > loose some capacity to reach rendez-vous peers after
    > the switch from Edge to Rendez-vous (or even to
    > Relay)?
    No. RDVs are scoped per peergroup. This means that
    if you create a sub-peergroup this group can have
    a new set of rendezvous that are indepent of the
    NetPeergroup (root peergroup) RDVs. While your
    peer connect to the sub-group RDVs, it will remain
    connected to the NetPeerGroup RDVs. You can
    explore this within the JXTA shell using the
    chpgrp command to switch the peergroup context and
    check the output of the "rdvstatus" command.

    >In other words, if I want to develop an
    > application relying on JXTA, should I automatically
    > set the configuration of my users to Edge?
    For the NetPeergroup you want to be an
    edge, for the remaining sub-peergoups you should
    let your peer (if you have good connectivity) dynamically
    act as a RDV via the auto-RDV election
    option.

    Hth,

    B.
    >Will they
    > automatically be able to reach any other users for
    > their peer groups from behind any firewall and
    > proxys? If not what is the solution?
    >
    > I apologize if this is a basic question, but I could
    > not find a definitive answer from the JXTA v2.3.x:
    > Java Programmer’s Guide.
    >
    > Thanks !!!

  • 相关阅读:
    Quartz中时间表达式的设置-----corn表达式
    怎样使用SetTimer MFC 够具体
    MySQL server version for the right syntax to use near &#39;type=InnoDB&#39; at line 1
    Oracle 11g client的安装和配置。
    VC++ CopyFile函数使用方法
    怎样将程序猿写出来的程序打包成安装包(最简单的)
    一分钟制作U盘版BT3
    xml文件格式例如以下
    关于概率性事件的产品性能和客户体验讨论
    RapeLay(电车之狼R)的结局介绍 (隐藏结局攻略)
  • 原文地址:https://www.cnblogs.com/cuizhf/p/3166237.html
Copyright © 2011-2022 走看看