On Fri, 29 Jun 2001, Drop Anchor!! wrote: > How do i use calls like setitimer in Python? i.e how would i set a timer > without using alarm which works only for seconds, say i want for > milliseconds? For millisecond resolution you can use select. Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru Programmers don't die, they just GOSUB without RETURN.