DEV Community

Discussion on: Multiprocessing vs. Multithreading in Python: What you need to know.

Collapse
 
loctv profile image
lucas

Memory copy is popular issue we need aware when use multiprocessing, it's problem of 'fork' system call when spawn new process, not Python. A rule is always calling multiprocessing.Process before you load your huge data