Python Multiprocessing and KeyboardInterrupt
Update 2012/02/14: Added post: Python Multiprocessing Pool and KeyboardInterrupt Revisited
Update 2011/02/03: Added commentary regarding Georges’s comment about this stackoverflow thread.
Update 2011/01/28: There is an issue with this code when passing large objects through the queue. While the code listed below will …
more ...