Thanks for biting :-)
First, these days it's no big deal to load an entire mp3 into memory.  
Second, and of more interest to broadcasting industry professionals and the 
like, it's possible to write a real-time filesystem that bypasses all the 
normal non-realtime facilities of the operating system, and where the latency 
of every operation is bounded according to the amount of data transferred.  
Such a filesystem could use its own dedicated disk, or, more practically, the 
RTOS (or realtime subsystem) could operate the disk's block queue.
If I recall correctly, XFS makes an attempt to provide such realtime 
guarantees, or at least the Solaris version does.  However, the operating 
system must be able to provide true realtime guarantees in order for the 
filesystem to provide them, and I doubt that the combination of XFS and 
Solaris can do that.
-- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/