lisa.trace: Avoid forking multiprocessing.Pool
FIX Since they can cause deadlocks in multithreaded applications, use the "spawn" method even though it is slower.
Loading
Please register or sign in to comment
FIX Since they can cause deadlocks in multithreaded applications, use the "spawn" method even though it is slower.