Re: [LAU] Ext3 or JFS (or other) for linux audio?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-audio-user@...>
Date: Thursday, September 10, 2009 - 3:45 am

On Wed, Sep 09, 2009 at 03:08:58PM +0200, Arnold Krille wrote:

Yes, the ideal is that the tracks being played are cached in RAM so that
no disk access is required. The recording track would be creating a
file that would be periodically written to disk.

(LWN handled something relevant to this today, in an article by Valerie,
subscriber only content at the moment but I imagine it will become free
in a couple of weeks from now ... http://lwn.net/Articles/351422/ ...
but the interesting thing there was that with ext3 and data=ordered,
data reaches disk within about five seconds by default ... and in the
previous article http://lwn.net/Articles/322823/ which is freely
available, is the mention of /proc/sys/vm/dirty_writeback_centisecs ...
for a multitrack studio scenario with backup power I'd increase this
value immediately prior to commencing the recording, so as to encourage
any writes to be buffered ... and restore it to default on transport
stop).

Actually, an even better ideal is to have a hard disk for each track,
and use a filesystem with delayed allocation ... this would minimise the
latency on the track read requests, and keep the disk heads sitting over
the area they will be next needed.

--
James Cameron
http://quozl.linux.org.au/
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [LAU] Ext3 or JFS (or other) for linux audio?, cunnilinux himself, (Tue Sep 8, 7:32 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Robert Persson, (Fri Sep 11, 2:56 pm)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Rick Green, (Tue Sep 8, 1:47 pm)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, cunnilinux himself, (Tue Sep 8, 10:04 pm)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Joel Roth, (Wed Sep 9, 12:47 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Ray Rashif, (Wed Sep 9, 7:25 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Arnold Krille, (Wed Sep 9, 9:09 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Ray Rashif, (Wed Sep 9, 10:05 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, James Cameron, (Wed Sep 9, 12:25 pm)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Arnold Krille, (Wed Sep 9, 1:09 pm)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, James Cameron, (Thu Sep 10, 3:45 am)
Re: [LAU] Ext3 or JFS (or other) for linux audio?, Paul Davis, (Fri Sep 11, 4:08 pm)