Diez B. Roggisch wrote:
superpollo wrote:
am i wrong?


No, you are right, for threads that is. You can try & trick around with the
trace-functionality of python, and some ctypes-based
system-thread-module-tricks that are, as mentioned before, black-magic & a
spinning gatling gun pointed to your very own lower extremities.


OUCH.

The only reliable way of terminating an asynchronous computation is to use
processes, since python2.6 that's rather convenient with the
multiprocessing-module. However, that imposes some limits to what you can
do.

fair enough.

very helpful indeed.

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

Reply via email to