Re: linux interrupt handling problem

Jes Sorensen (Jes.Sorensen@cern.ch)
10 Nov 1999 17:06:14 +0100


>>>>> "Roman" == Roman Zippel <zippel@fh-brandenburg.de> writes:

Roman> Hi, On 10 Nov 1999, Jes Sorensen wrote:

>> If you have that sort of hard real time constraints you don't want
>> the generic kernel in the first place, you want RTLinux or
>> similar. It's really that simple.

Roman> Unfortunately it's not that simple, for some simple timer based
Roman> data collection RTLinux is a nice solution, but as soon as you
Roman> want something more advanced, e.g. realtime audio editing, you
Roman> have problems, as this usually requires a good IO system. Also
Roman> if you want to go the desktop with linux, there is still some
Roman> work to do in the so called 'multimedia' area. You can of
Roman> course always upgrade your computer to improve such things, but
Roman> then you can also install this other 'os'.

Disks are unpredictable when it comes to that, if you want real time
audio editing or video editing for that sake, you either want to go
with a hard real time system (like RTLinux) which can guarantee
service of the devices in question or you want to seriously over power
your system to make it a 99.99% chance it will be able to keep up.

If RTLinux is too limited for your specific hard real time purpose,
maybe it was better to fix that than to try and turn the generic
kernel into an RT one.

Jes

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/