16 Aug
2012
16 Aug
'12
11:11 a.m.
On Thu, Aug 16, 2012 at 11:09 AM, Jeffrey Van Voorst
I thought multiprocessing was to get around the issues of the GIL and use processes instead of threads, but provide the same (or as similar as possible) api as the threading module.
Correct, the problem is that we use the multiprocessing module to launch jobs from the Phenix GUI. -Nat