[PhotoFloat] [PATCH] Multiprocessing/threading of 'thumbing'

Joachim Tingvold joachim at tingvold.com
Wed Oct 23 00:49:11 CEST 2013


On 23 Oct 2013, at 0:25, Joachim Tingvold wrote:
> There are some notes regarding this;
> - Interrupt makes the script go stale. I honestly never hit interrupt, 
> so I haven't bothered looking into it.

Seems to be related to a bug in Python itself. It's supposed to be 
fixed, but not before 3.3 (unless I'm entirely mistaken).

See the following;

<http://stackoverflow.com/questions/1408356/keyboard-interrupts-with-pythons-multiprocessing-pool/>
<http://bugs.python.org/issue8296> (duplicate of 
<http://bugs.python.org/issue9205>)
<http://www.bryceboe.com/2010/08/26/python-multiprocessing-and-keyboardinterrupt/>

At least there seems to be solutions. However, it's not exactly as 
annoying as the slow 'thumbing', hence it won't get the same attention 
:-D

-- 
Joachim


More information about the PhotoFloat mailing list