LWN.net Logo

Enterprise realtime and cooperative development

Enterprise realtime and cooperative development

Posted Dec 6, 2007 4:47 UTC (Thu) by sobdk (guest, #38278)
In reply to: Enterprise realtime and cooperative development by troyhebe
Parent article: Enterprise realtime and cooperative development

Well, because while it is true that real time means "deterministic worst case time" it is also
true that real time customers want that worst case time to be as small as possible.  This may
mean that a RTOS may have a slower response time than a non-RTOS, but it also means that you
have a guarantee you won't loose "too many milliseconds in the execution of an order" which
you simply can't get from a non-RTOS.


(Log in to post comments)

realtime vs fast

Posted Dec 7, 2007 0:52 UTC (Fri) by giraffedata (subscriber, #1954) [Link]

it is also true that real time customers want that worst case time to be as small as possible

I don't think that's particularly true. While it's true that computer users in general want worst case time to be as small as possible, real time people are probably less demanding than non-RT people.

Say you're running an automobile's cruise control. You have to make adjustments every 100 milliseconds. It's essential that your worst case response time be less than 100 milliseconds, but every bit faster than that is just a waste of money.

But in a web server, every bit faster you can serve a page is worth something.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds