> i try to consult python documentation for thread and threading > module. Try the threads and processes chapter in the Python Cookbook: http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=Threads I have found Doug Fort's basic thread control recipe to be useful: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65448 --karl