Novell's RTOS Gets an Overhaul
SLERT 10 adds new pre-emption features and microsecond timers
December 15, 2007 —
Sometimes, what’s in a name is a road map. Novell brought its real-time Linux offering into line with the naming of the rest of its SUSE Linux family, when it released SUSE Linux Enterprise Real Time 10 on Nov. 27. The second release of the company’s RTOS came a year and a month after its debut in October 2006, and offers updates to real-time features that aim to reduce system latency and improve predictability.
Although both the first and second releases use the company’s SUSE Linux Enterprise Server 10 as a foundation technology, this version is more fully integrated with the underlying Linux OS, said the company. Novell worked with the open source community to supply the real-time components in the update, which was built on the 2.6.22 kernel, explained Kerry Kim, Novell’s product marketing manager for SUSE Linux Enterprise Real Time, or SLERT.
The initial release’s real-time capabilities came from work Novell did with Concurrent Computer, Kim noted, and were later released into open source. Concurrent remains in the family picture for SLERT, which is “fully instrumented” for the company’s NightStar debug and analysis tools, explained Concurrent president and CEO Gary Trimm in a prepared statement.
The RTOS update adds new features for pre-emption, including priority inheritance, sleeping spinlocks and thread run interrupts. The first allows lower-priority processes to inherit the priority of parent processes, while the second allows developers to free up resources for higher priority processes by suspending lower priority resource locks, or spinlocks. Finally, kernel run interrupt threads allow hardware and software interrupts to be pre-empted by higher-priority processes as defined by the user.
SLERT 10 lets users define the assignment of processes and threads to individual processor cores, claims Novell, and isolates real-time services from other system functions with the aim of improving predictability and reliability.
Also new in this release are timer kernel services that operate with a much finer degree of accuracy, noted the company. The low-fidelity POSIX timer service from the initial release ran with a 40-millisecond resolution, but the new implementation cuts that to just two microseconds. This allows Novell to claim that system processing can now be accounted for by the nanosecond.
SLERT 10 includes the ability to assign and shield CPUs in a multiprocessor environment for greater predictability and reliability. It also works with the latest release of open source InfiniBand protocol OFED (OpenFabrics Enterprise Distribution 1.2.5), a fabric interconnect designed to improve connectivity and throughput.
SUSE Linux Enterprise Real Time 10 is available now for an annual subscription of US$2,500; current customers are eligible for upgrades without additional charge. The software is sold as an add-on the SUSE Linux Enterprise Server 10, and requires a patch level of SP1 or later.
Share this link: http://sdt.bz/31423
Most Read Latest News Blog Resources
Zeichick’s Take: The handheld and the tablet, circa 1976
Texas Instruments' and Hewlett-Packard's calculators were doing things decades ago we take for granted today
|
|
Google talks tools at AnDevCon III
New 3D debugging tool and recent ADK changes are detailed by Google developers at the third Android Developer Conference
|
|
Android is the focus of two new design tools
Anywhere Software and Xamarin provide ways for developers to create and test their applications on PCs
|
|
Achievements and learning: Gamification comes to businesses and schools
Startup takes page from gamers by offering achievement marks to get developers more engaged in their projects
|
Virtualization: Not just for machines anymore
Network virtualization allows multi-tiered applications to behave as though they were in a physical network
|
|
Achievements and learning: Gamification comes to businesses and schools
Startup takes page from gamers by offering achievement marks to get developers more engaged in their projects
|
|
Google talks tools at AnDevCon III
New 3D debugging tool and recent ADK changes are detailed by Google developers at the third Android Developer Conference
|
|
SmartBear rolls out new quality solution: API Complete
Software gives organizations ability to write test scripts and monitor APIs by bridging the DevOps divide
|
Creation
To write better software, cultivate your ability to be creative.
|
|
Slick...but who needs it?
compilr.com is a well-designed site and the folks behind it seem to have their heart in the right place. But...who needs it?
|
|
How to be a better software developer
Want to be a better developer? You won't get there by mastering an interesting language or learning a new set of APIs.
|
|
Wooing Galatea
Do yourself a favor and check out Galatea 2.2, a wonderful book by novelist Richard Powers.
|
Five SCM Best Practices
Two-thirds of all software projects fail, according to the Standish Group’s CHAOS study. Improper usage of software configuration management...
|
|
|
Best Practices for Branching and Merging Patterns
Development teams often create a branching pattern, usually drawn out on a white board or in a Visio document, that is used as a model to...
|
|
Automated Error Reporting
We invite you to read a short e-zine that tells you all about automated error reporting for .NET applications. This 8-page e-zine is packed...
|
|
The End of Application Redeploys
Imagine that every time you wanted to write, send or receive an email, you needed to restart your computer. How much time would this take, a...
|
Related Articles
Many RTOS flavors serve embedded
Real time operating systems have taken off among embedded developers, with many coming out with their own versions. Here are how several companies are making use of the technology to enhance their own products.
|
DDC-I creates RTOS that uses 'slack scheduling'
The DDC-I Embedded Operating System is capable of using 100% of its CPU resources by having completed processes signal the OS that they are finished. Currently it has versions written in Ada95, C and C++, with a Java version coming next year.
|
ExpressLogic makes 'RTOS-agnostic' IDE
Eclipse-based BenchX aims to become a platform-neutral IDE; the first release supports ARM, ColdFire MIPS and Power Architecture. The company's ThreadX RTOS can be used with the Eclipse-based BenchX, but it's not required.
|