public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: R.E.Wolff@BitWizard.nl (Rogier Wolff)
To: bert hubert <ahu@ds9a.nl>
Cc: Nathan Black <NBlack@md.aacisd.com>, linux-kernel@vger.kernel.org
Subject: Re: drive/block device write scheduling, buffer flushing?
Date: Thu, 1 Feb 2001 09:56:12 +0100 (MET)	[thread overview]
Message-ID: <200102010856.JAA05537@cave.bitwizard.nl> (raw)
In-Reply-To: <20010131185120.B3287@home.ds9a.nl> from bert hubert at "Jan 31, 2001 06:51:21 pm"

bert hubert wrote:
> On Wed, Jan 31, 2001 at 11:52:25AM -0500, Nathan Black wrote:
> > I was wondering if there is a way to make the kernel write to disk faster. 
> > I need to maintain a 10 MB /sec write rate to a 10K scsi disk in a computer,
> > but it caches and doesn't start writing to disk until I hit about 700 MB. At
> > that point, it pauses(presumably while the kernel is flushing some of the
> > buffers) and I will have missed data that I am trying to capture.
> 
> try opening with O_SYNC, or call fsync() every once in a while. Otherwise,
> this sounds like an application for a raw device, whereby you can write
> directly to the disk, with no caching in between.

But you'll probably need to use "buffer" too. 

   capture | buffer -m 128m > outputfile

Otherwise the "fsync" can block you for say 1/10th of a second,
causing loss of a few frames. (10MB per seconds sure sounds like
video).


Roger. 


-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* There are old pilots, and there are bold pilots. 
* There are also old, bald pilots. 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2001-02-01  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-31 16:52 drive/block device write scheduling, buffer flushing? Nathan Black
2001-01-31 17:51 ` bert hubert
2001-02-01  8:56   ` Rogier Wolff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-01-31 18:29 Nathan Black
2001-01-31 18:41 ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200102010856.JAA05537@cave.bitwizard.nl \
    --to=r.e.wolff@bitwizard.nl \
    --cc=NBlack@md.aacisd.com \
    --cc=ahu@ds9a.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox