Jacob Hummel edited section_Parallel_Batch_Processing_batch_processing__.tex  almost 9 years ago

Commit id: 540a56703488993a4ee6a00cb29a64ab3b3ba22a

deletions | additions      

       

\section{Parallel Batch Processing}  \{batch_processing} \label{batch_processing}  Parallel Batch processing via python's multiprocessing module, with file IO occurring in a separate thread to improve performance. Each analysis task occurs in its own process to circumvent python's global interpreter lock.