Multi-Threading and KeyboardInterrupt

OdarR Olivier.Darge at gmail.com
Mon Jun 15 08:37:14 EDT 2009


On 13 juin, 07:25, Mike Kazantsev <mk.frag... at gmail.com> wrote:
> There was quite interesting explaination of what happens when you send
> ^C with threads, posted on concurrency-sig list recently:
>
>  http://blip.tv/file/2232410
>  http://www.dabeaz.com/python/GIL.pdf
>
> Can be quite shocking, but my experience w/ threads only confirms that.

Hi there,
please read this package page (in 2.6), this is very interesting.
http://docs.python.org/library/multiprocessing.html

I tested it : it works. Multi-core cpu's are happy :-)

me too,
Olivier



More information about the Python-list mailing list