> I think there's no way to kill a running 
> thread in Python, at least not portably.  (And even if you could do so, it 
> would leave the whole process in an unstable state.  The docs on the Win32 
> functions for killing threads warn you to do it only as a last resort as it 
> makes the whole process unstable; I assume similar warnings apply for Unix.)

This is true also with pthreads I believe.  There is no real portable
way to 'cancel' (as pthreads calls it) a thread.  Does Java even support
this?  You'd think it must since there is no non-blocking operation in
Java.

This is just a failure with current thread systems almost across the
board.  Maybe someday we'll have a solution :)

jack.

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to