myId = id;
while( count < 1000000 ) { count++; if( (count % 50000) == 0 ) { System.out.println( "Thread: " + myId + " count --> " + count ); } }