public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* io priorities?
@ 2004-07-01 18:14 Sebastian Kuzminsky
  2004-07-01 19:07 ` Richard B. Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Kuzminsky @ 2004-07-01 18:14 UTC (permalink / raw)
  To: linux-kernel, seb

Hi folks, i've got IO problems...


I've got a computer with one IDE disk.  There are a couple of processes
writing big telemetry logs, totally not time-critical.  Then there's one
process periodically writing a tiny little state file, about 150 bytes.
The process with the state file wants to sync its file to disk and then
quickly be back and running.  When it calls fsync() it has to wait for
other processes' less-important pending I/O before it gets to complete,
and it's not unusual for this to take 30 seconds (CF over IDE), which
is too slow for my application.


This happens with both 2.4.23 and 2.6.6 (as, cfq, & deadline).  I havent
tried to tune the schedulers at all, just using the default values.


I've tried five methods of syncing the file: sync(), fsync(), fdatasync(),
and opening with O_SYNC or O_DSYNC.  All take about the same amount
of time.


I've tried it on my target machine (Compact Flash via pio IDE) and on
my development machine (regular hard drive via udma5 IDE).  Same results
qualitatively speaking.




I read Jens Axboe's thread about cfq + io priorities, and it sounds
perfect!  I could give my one time-critical process high io priority
and it should preempt the others and life would be fine.  But all the
l-k traffic i've found about this is from back in November.  Did this
work go anywhere?


Any suggestions on fixes or workarounds?


I'm stumped.




--
Sebastian


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-01 23:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-01 18:14 io priorities? Sebastian Kuzminsky
2004-07-01 19:07 ` Richard B. Johnson
2004-07-01 22:56   ` Andrew Morton
2004-07-01 23:15     ` Sebastian Kuzminsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox