LWN.net Logo

I/O scheduler performance

I/O scheduler performance

Posted Sep 8, 2010 11:15 UTC (Wed) by epa (subscriber, #39769)
In reply to: I/O scheduler performance by axboe
Parent article: A systemd status update

So, then, the way to get fast I/O is to make asynchronous I/O calls from a single thread (so that the scheduler knows that fairness doesn't matter) rather than spawning multiple threads or processes.

Is there any way to fork subprocesses but still let CFQ know that they're all related and happy to altruistically share I/O bandwidth between them, so it doesn't try to slice up I/O requests fairly at the expense of total throughput?


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds