On Apr 9, 5:14 am, "Teja" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Can any on help me out in killing a thread (i.e deleteing the reources
> like, stack ,memory etc) which is started with
> win32process.beginthreadex()???
>
> Rite now, I am suspending the thread. But any pointers as to how to
> delete the thread permanently?
>
> Its pretty urgent... Please...
>
> Teja.P

Well, the answer with Python threads is that you don't kill them - you
ask them to go away.  But since you are using something in the pywin32
package, that rule might not apply.  Perhaps you would have better
luck asking on the python-win32 list:
http://mail.python.org/mailman/listinfo/python-win32

Christian
http://www.dowski.com

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

Reply via email to