- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/src/planet/test/helloworld/DHTPeerTest.java
r2 r28 37 37 long t2 = System.currentTimeMillis(); 38 38 System.out.println("Network with ["+network.size()+"] created in ["+GenericApp.timeElapsedInSeconds(t1,t2)+"] seconds and ["+steps1+"] steps\n"); 39 network.prettyPrintNodes();39 // network.prettyPrintNodes(); 40 40 //register to all nodes the application specified at properties 41 41 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"); 43 43 int steps2 =0; 44 for (int i=0; i< 1 5; i++)44 for (int i=0; i< 1; i++) 45 45 steps2=sendMessage(); 46 46 long t3 = System.currentTimeMillis();
