Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Parallel processing
- X-seq: zsh-users 27634
- From: "jdh" <dhenman@xxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Cc:
- Subject: Parallel processing
- Date: Sun, 27 Mar 2022 21:34:57 +4100
- Archived-at: <https://zsh.org/users/27634>
- List-id: <zsh-users.zsh.org>
"Not every program reacts well to parallel processing, for example conventional (non-SSD) disk IO becomes magnitudes slower if two processes read/write disk at the same time because the disk head needs to keep jumping back and forth between different areas of the HDD to serve multiple processes."
This is not in the zsh topic realm but consideration should be given to avoid hard disk drive thrashing.
dh
Messages sorted by:
Reverse Date,
Date,
Thread,
Author