129130131132133134135136137138139
out.close(); Probe[] p = new Probe[10]; for (int i = 0; i < 10; i++) { p[i] = new Probe(file); p[i].start(); } // should be enough to finish all the threads Thread.sleep(1000);
132133134135136137138139140141142
141142143144145146147148149150151
139140141142143144145146147148149