lisa.trace: Avoid forking multiprocessing.Pool
FIX
Since they can cause deadlocks in multithreaded applications, use the "spawn" method even though it is slower.
Edited by Douglas Raillard
FIX
Since they can cause deadlocks in multithreaded applications, use the "spawn" method even though it is slower.