timeslice = t; setPriority(Thread.MAX_PRIORITY); setDaemon(true);
while (true) try { sleep(timeslice); } catch (Exception e) {}