Python – Are Threads or Processes more appropriate for disk I/O-bound operations?
For a task which involves needing to reading and writing a lot of data to and from a lot of files, would threads or processes improve performance?
For a task which involves needing to reading and writing a lot of data to and from a lot of files, would threads or processes improve performance?