- Ver qu茅 hace y c贸mo funciona freePASTRY.
-> c贸mo iniciarse en grupo de PASTRY.
public class DistTutorial {
public DistTutorial(int bindport, InetSocketAddress bootaddress, Environment env) throws Exception {
// Generate the NodeIds Randomly
NodeIdFactory nidFactory = new RandomNodeIdFactory(env);
// construct the PastryNodeFactory, this is how we use rice.pastry.socket
PastryNodeFactory factory = new [...]
Sigue leyendo →