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
[EMAIL PROTECTED]
Build and Release
MontaVista Software

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to