October 11, 2022 at 9:28 PM
Hey guys,
I'm working on a python script to parse through and search for keywords in my database collection. I'm curious what your thoughts are on using threading vs multiprocessing for handling the file reading?
I'm working on a python script to parse through and search for keywords in my database collection. I'm curious what your thoughts are on using threading vs multiprocessing for handling the file reading?


