1807c54 use multiprocessing.dummy instead of multiprocessing

Authored and Committed by adamwill 8 years ago
    use multiprocessing.dummy instead of multiprocessing
    
    This seems to magically fix the crash which we hit when openQA
    trigger and fedfind multiprocessing combined. Somehow when
    using dummy (which uses threads, not processes) you can have
    a Pool in a Pool and that works fine. Yay magic!
    
        
file modified
+1 -1