Click here to learn
about this Sponsor:
Home  |  News  |  Articles  |  Polls  |  Forum

Keywords: Match:
Linux 2.6.16 -- the "high-end enterprise" release
Mar. 23, 2006

The newest Linux kernel offers dozens of features aimed at improved performance in highly available, highly scalable clustered architectures for enterprise, telecom, and database applications. It also includes power management improvements for devices. This guest column by Linux-Watch editor Steven J. Vaughan-Nichols runs down the salient upgrades. Enjoy . . . !



What's what in Linux 2.6.16

If you wanted to sum up what's new in this latest release of Linux, you could say that it's a Linux for high-end enterprise users. However, this kernel is also the first one to support Toshiba, Sony, and IBM's CELL processor, which is best known as the chip that will power Sony's forthcoming PlayStation 3 game console.

Of course, CELL (Cell Broadband Engine Architecture), a 64-bit PowerPC-derived, multicore chip is meant for more than just games. It's designed from the silicon up to be scalable for use in everything from game consoles to workstations and servers. So, even the CELL support actually fits into the 2.6.16's themes of high-end hardware support.

More easily recognized as an enterprise play is this kernel's support for the second version of Oracle's OCFS2 (Oracle Cluster File System for Linux). With this cluster support, users can get speedy disk support over SANs (Storage Area Networks), or, thanks to its TCP-based messaging system, across Fast or Gigabit Ethernets and cluster nodes or NAS (Network Attached Storage).

The new Linux kernel also has support for Mac OS X's newest file system: HFSX. This is the latest update to Apple's HFS Plus (Hierarchical File System Plus) file system. HFS Plus and its descendents have been the Mac's default file system since Mac OS 8.1. HFSX appeared on Macs beginning with Mac OS X 10.3, Panther.

Other file systems though, which had been talked about making it into Linux, are still optional outsiders. These include Red Hat's GFS (Global File System), another clustering system, and the high-performance, journaling Reiser4 file system.

Continuing with the theme of adding more cluster goodness, the new kernel also supports the TIPC (Transparent Inter Process Communication) protocol, which is used for intra-clustering communication.

This Linux kernel also includes swap migration for clustering and multi-CPU systems that use Non-Uniform Memory Access (NUMA).

NUMA is a concept that we're going to see used more and more often, as both clustered and built-in processors' speeds outstrips memory speed. After all, not all memory is created equal. Generally speaking, the closer memory is to a processor (in terms of access time) the faster the system's overall I/O will go, thus improving all aspects of system performance.

Most of us know that hard drives use cache to store frequently accessed data. Since even the slowest memory's access speed is much faster than even the speediest hard drive, the end result is a much faster system.

The also works for processors and memory, which use small amounts of fast RAM either on the chip itself (L1 or primary cache) or immediately next to the CPU (L2 or secondary cache) to speed up main memory performance in the same way that hard drive cache speeds up disk performance.

NUMA takes cache's basic concept of memory locality and expands on it so that multiprocessor systems can make effective use of not just their local memory but also of memory on different buses, and even memory connected to the processor over a fast network. With NUMA, every processor or group of processors accesses other CPUs' memory. They still have access to their own local memory, of course, but by sharing memory they're much more capable of performing efficient parallel processing and dividing up massively data-intensive tasks into manageable sizes.

Linux has supported NUMA to a degree since the 2.6.0 kernel. With this latest edition, physical memory pages can be moved between NUMA nodes while the process is running through swap memory. In English, this means that the processor can still use the same virtual addresses, thus saving on processor power. The point of this operation goes back to NUMA's caching goal -- to place the data that's most likely to be used by the processor closer to it, so that the system's overall memory performance is improved.

Under the hood, this Linux kernel also includes several new system calls. No fewer than 13 of these system calls take a file descriptor/filename pair as an argument instead of a single file name. The point here is to improve the performance of any program that needs to examine or change multiple files on a file-system tree.

You could, of course, always do this with C library calls -- almost always Glibc in Linux -- but implementing a virtual per-thread current working directory with Glibc was processor-time expensive. So, taking a leaf from OpenSolaris, Linux now has that functionality built-in.

Linux also now has the unshare() system call. With this call, developers can now use a thread model that allows threads to selectively "unshare" any resources that were being shared at the time of their creation.

The main use of unshare is to allow a process to control its shared execution context without creating a new process. This may sound esoteric, but it's widely thought in developer circles that this enhancement will prove very helpful.

For example, on clustered or distributed systems, programs may access all possible file systems from each system in the computer complex (Postscript file). Without unshare, each system might find its own way to mount all the other file systems. You can probably see where this is going. You can end up with a network of "spaghetti" drive mounts, in which the failure of any single desktop can bring down the entire network's file storage.

With ushare, setting up a private name space, in which each machine keeps its own copy of the drive map system, becomes much easier. This, in turn, makes the entire distributed system far more stable.

There are also many other possible uses for ushare. While end-users won't see it, I suspect ushare will quickly become popular with Linux programmers.

Last and simplest, but not the least, Linux now has improved power management support for many devices and subsystems.

As I said at the beginning, to sum it all up, this is not a release that will excite many end-users, but for developers it's a different story. In particular, programmers working with clusters and distributed applications will find a great deal to like in Linux 2.6.16.


-- Steven J. Vaughan-Nichols



Related Stories:


(Click here for further information)


FUEL Database on MontaVista Linux
Whether building a mobile handset, a car navigation system, a package tracking device, or a home entertainment console, developers need capable software systems, including an operating system, development tools, and supporting libraries, to gain maximum benefit from their hardware platform and to meet aggressive time-to-market goals.

Breaking New Ground: The Evolution of Linux Clustering
With a platform comprising a complete Linux distribution, enhanced for clustering, and tailored for HPC, Penguin Computing¿s Scyld Software provides the building blocks for organizations from enterprises to workgroups to deploy, manage, and maintain Linux clusters, regardless of their size.

Data Monitoring with NightStar LX
Unlike ordinary debuggers, NightStar LX doesn¿t leave you stranded in the dark. It¿s more than just a debugger, it¿s a whole suite of integrated diagnostic tools designed for time-critical Linux applications to reduce test time, increase productivity and lower costs. You can debug, monitor, analyze and tune with minimal intrusion, so you see real execution behavior. And that¿s positively illuminating.

Virtualizing Service Provider Networks with Vyatta
This paper highlights Vyatta's unique ability to virtualize networking functions using Vyatta's secure routing software in service provider environments.

High Availability Messaging Solution Using AXIGEN, Heartbeat and DRBD
This white paper discusses a high-availability messaging solution relying on the AXIGEN Mail Server, Heartbeat and DRBD. Solution architecture and implementation, as well as benefits of using AXIGEN for this setup are all presented in detail.

Understanding the Financial Benefits of Open Source
Will open source pay off? Open source is becoming standard within enterprises, often because of cost savings. Find out how much of a financial impact it can have on your organization. Get this methodology and calculator now, compliments of JBoss.

Embedded Hardware and OS Technology Empower PC-Based Platforms
The modern embedded computer is the jack of all trades appearing in many forms.

Data Management for Real-Time Distributed Systems
This paper provides an overview of the network-centric computing model, data distribution services, and distributed data management. It then describes how the SkyBoard integration and synchronization service, coupled with an implementation of the OMG¿s Data Distribution Service (DDS) standard, can be used to create an efficient data distribution, storage, and retrieval system.

7 Advantages of D2D Backup
For decades, tape has been the backup medium of choice. But, now, disk-to-disk (D2D) backup is gaining in favor. Learn why you should make the move in this whitepaper.

 


Got a HOT tip?   please tell us!
Free weekly newsletter
Enter your email...
Click here for a profile of each sponsor:
PLATINUM SPONSORS
GOLD SPONSORS
(Become a sponsor)

ADVERTISEMENT
(Advertise here)

Check out the latest Linux powered...

mobile phones!

other cool
gadgets



BREAKING NEWS

• Hacker-friendly karaoke PMP runs Linux
• Maemo gains KOffice port
• OLPC partners with Amazon, ITU
• "cJTAG" debuts
• First $100 laptop runs Linux
• First Linux on Everest
• Dell ships Ubuntu- and Atom-based netbook
• Smallest x86 board ever?
• MontaVista Vision gains focus
• "Olympics" phone runs Linux
• Android Challenge winners push location awareness
• Atmel-based industrial SBC runs Linux
• Atom squeezes onto Pico-ITX board
• Via frees Chrome graphics driver source
• Webinar dissects Linux multicore migration


Most popular stories -- past 90 days:
• Open source phone goes mass-market
• Updated! Linux Mobile Phones Showcase
• World's cheapest Linux-based laptop?
• Garmin Nav devices run Gnome Linux
• First Atom-based notebook runs Linux
• ARM9 board boots Debian in 0.69 seconds
• Open source camera records geotagged video to SATA HDD
• Linux-friendly Beagle fetches $150
• "PDA phone" runs Linux
• Intel offers $80 "Little Falls" Atom mobo
• Netflix Player runs Linux


DesktopLinux headlines:
• OSCON 2008 presentations, videos posted
• Debian distro named for little green man
• Google spins web browser
• Summit debuts for Linux end users
• "UbuntuLite" reviewed
• Linux in the SME
• Linux: not yet photo-friendly
• Linux to gain anti-virus software
• Linux gains backup utility
• Testing Lenny


Also visit our sister site:


Sign up for LinuxDevices.com's...

news feed

Home  |  News  |  Articles  |  Polls  |  Forum  |  About  |  Contact
 

Ziff Davis Enterprise Home | Contact Us | Advertise | Link to Us | Reprints | Magazine Subscriptions | Newsletters
Tech RSS Feeds | White Papers | ROI Calculators | Tech Podcasts | Tech Video | VARs | Channel News

Baseline | Careers | Channel Insider | CIO Insight | DesktopLinux | DeviceForge | DevSource | eSeminars |
eWEEK | Enterprise Network Security | LinuxDevices | Linux Watch | Microsoft Watch | Mid-market | Networking | PDF Zone |
Publish | Security IT Hub | Strategic Partner | Web Buyer's Guide | Windows for Devices

Developer Shed | Dev Shed | ASP Free | Dev Articles | Dev Hardware | SEO Chat | Tutorialized | Scripts |
Code Walkers | Web Hosters | Dev Mechanic | Dev Archives | igrep

Use of this site is governed by our Terms of Service and Privacy Policy. Except where otherwise specified, the contents of this site are copyright © 1999-2008 Ziff Davis Enterprise Holdings Inc. All Rights Reserved. Reproduction in whole or in part in any form or medium without express written permission of Ziff Davis Enterprise is prohibited. Linux is a registered trademark of Linus Torvalds. All other marks are the property of their respective owners.