[IronPython] Suspending threads

Idan Zaltzberg idan at cloudshare.com
Mon Mar 8 06:55:53 CET 2010


Hi,

I would like to write a code the suspends all "other" threads, does
something and then resumes them. Similar to what the GC does when its
running (only I don’t do it for garbage collection).

Obviously, I want only the threads I started to suspend and not to change
the state of the interpreters threads.

Is there a way to do this in IronPython?



Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100308/9bba38aa/attachment.html>


More information about the Ironpython-users mailing list