Show
Ignore:
Timestamp:
10/02/07 12:49:26 (1 year ago)
Author:
max
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multithread/src/planet/test/helloworld/DHTPeerTest.java

    r2 r28  
    3737                        long t2 = System.currentTimeMillis(); 
    3838                        System.out.println("Network with ["+network.size()+"] created in ["+GenericApp.timeElapsedInSeconds(t1,t2)+"] seconds and ["+steps1+"] steps\n"); 
    39                         network.prettyPrintNodes(); 
     39//                      network.prettyPrintNodes(); 
    4040                        //register to all nodes the application specified at properties 
    4141                        network.registerApplicationAll(); 
    42                         System.out.println("Application added. Making 15 'Hello World!' from random nodes....\n"); 
     42//                      System.out.println("Application added. Making 15 'Hello World!' from random nodes....\n"); 
    4343                        int steps2 =0; 
    44                         for (int i=0; i< 15; i++) 
     44                        for (int i=0; i< 1; i++) 
    4545                            steps2=sendMessage(); 
    4646                        long t3 = System.currentTimeMillis();