zoukankan      html  css  js  c++  java
  • Can jxta be used to develop online card game (p2p style)?

    Can jxta be used to develop online card game (p2p style)?

    https://www.java.net//node/677134

    I am new to jxta.

    The game need 4 players, so 4 peers in a group can play it.
    There will be no additional server.
    Can jxta support it?

    When the group has 3 peers, and the 4th peer join, the game should start on all 4 peers.
    Can all 3 peers learn the 4th peer's joining at the same time?

    My worry is synchronization

    ————————————————————————————————————————————————

    Technically speaking, JXTA can allow 4 peers to play together. No issue with that.

    Regarding synchronization, the solution I would suggest is to centralize registration within one peer (for example, that peer creates a 4 player tables) and have other peers request to join that table. The central peer would grant such a request (or not) and notify the three other peers when the table is full to start playing.

    Cheers,

    J.

    ——————————————————————————————————————————————

    If a peer act as central server, it'll be easy to program
    but it'll be far less robust
    what if the central server fail?

    ————————————————————————————————————————————————

    Hi,

    No. No peer as to act as a central server. Any peer can offer to create a table and any other peer can as to join. The peers who create a table just notify other peers in the group.

    Cheers,

    J.

  • 相关阅读:
    九度OJ 1035:找出直系亲属 (二叉树、递归)
    九度OJ 1034:寻找大富翁 (排序)
    九度OJ 1033:继续xxx定律 (基础题)
    九度OJ 1032:ZOJ (基础题)
    centos 6.4 安装mongodb
    数据校验工具类
    《 mongodb 学习 》java 基本操作
    《 mongodb 学习 》基本操作2
    《 mongodb 学习 》之基本操作
    《 mongodb 学习 》之安装篇
  • 原文地址:https://www.cnblogs.com/cuizhf/p/3178181.html
Copyright © 2011-2022 走看看