[Python-bugs-list] [Bug #121115] Kill threads from main thread

noreply@sourceforge.net noreply@sourceforge.net
Thu, 2 Nov 2000 07:51:51 -0800


Bug #121115, was updated on 2000-Nov-02 07:51
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 5
Summary: Kill threads from main thread

Details: It still isn't possible to kill a thread from another thread. This is an important feature for long running processes as multithreaded application servers. It should be possible for the main thread (or another thread) to kill a non responding thread after a timeout.

As I read in a discussion forum "pthreads" support somewhat like thread_cancel() for Windows I don't know.

If this feature became implemented it would be nice if an ThreadObject from the module "threading" could be killed by deleting the object.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121115&group_id=5470