Olaf van der Spek wrote:

> Isn't an IO bottleneck 'solved' by using readahead?
> And even without readahead, generating IO requests earlier means the
> HDD may be able to serve them in a more efficient order.

but you need also more context switches, which increases the overhead.

So the maximum speedup is expected when you boot an IO-bound and a
CPU-bound process in parallel.

regards,
        Olivier

_______________________________________________
initscripts-ng-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-devel

Reply via email to