in reply to Re: Run a script in parallel mode
in thread Run a script in parallel mode
MCE applies "graceful" IO while reading input. Only a single worker reads at any given time. This allows for sequential IO which is typically faster than random IO, especially for mechanical drives.
|
|---|