-- http://mail.python.org/mailman/listinfo/python-list
A child thread has a long-time executions, how to suspend it and resume
back the orignial place ?
I know it' nature to use singal, but child thread cannot get signal as
Python Manual say. And i dnt like to check status variable as the
long-time executions can not or be dirty to stop to do check.
- need to suspend/resume a child thread scsoce