Threads

Carl J. Van Arsdall cvanarsdall at mvista.com
Thu May 11 19:53:37 EDT 2006


placid wrote:
> Hi all,
>
> In Python, Threads cannot be paused, i remember reading this somewhere,
> so is there a way around this ?
>   

When you say paused do you mean paused by an external source or paused 
by a call internal to the thread?  There are plenty of synchronization 
constructs for making threads wait: Check out Events and Conditions

-carl



-- 

Carl J. Van Arsdall
cvanarsdall at mvista.com
Build and Release
MontaVista Software




More information about the Python-list mailing list