How to pause within a thread

Rolf Wester wester at ilt.fhg.de
Fri Jun 13 03:37:22 EDT 2003


Hi,

I have a thread that is polling a server for completion of a routine.
This thread should only consume little cpu time so I want to pause this
thread between calls to the server. Is there any simple function for 
this or do I have to use a Timer object?

Thanks in advance

Rolf Wester





More information about the Python-list mailing list