YOUR FEEDBACK
Werner Keil wrote: Java 6 update 10. If I'd be running Apple, I'd probably really drop dead...


2008 East
DIAMOND SPONSOR:
Data Direct
Frontiers in Data Access: The Coming Wave in Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
Intel
Virtualization – Path to Predictive Enterprise
Green Hills
IT Security in a Hostile World
JBoss / freedom oss
Practical SOA Approach
GOLD SPONSORS:
Software AG
The Art & Science of SOA: How Governance Enables Adoption
PlateSpin
Effective Planning for Virtual Infrastructure Growth
Fujitsu
Automated Business Process Discovery & Virtualization Service
Ceedo
Workspace Virtualization
Click For 2007 West
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP LINKS YOU MUST CLICK ON


Thin Client Linux: Thin Is In
Should you migrate to thin client Linux?

As with all big conferences, LinuxWorld Boston earlier this year had a few broad themes that you couldn't help be exposed to just by walking the floor. One that caught me by surprise was the excitement around thin client Linux. At first I attributed it to a combination of the big vendors pushing blade computing and the malaise that had developed around desktop Linux. For the past few years the battle cry had been "This is the year of Linux on the desktop." Linus Torvalds himself made the assertion in a few interviews. Well...Windows hasn't been crushed in an avalanche of Linux adoption on the desktop. I personally believe that desktop Linux is going to be less of an avalanche and more like the buildup of sand on the beach - gradual, constant, and imperceptible to the casual onlooker. The lack of widespread adoption however had people like Jeremy White of Codeweavers talking about going through the five stages of grief (denial, anger, bargaining, depression, acceptance) when they discovered that the year of the Linux desktop had yet to arrive.

Initially I viewed thin client Linux as a symptom of the third stage of grief - bargaining. I pictured people telling themselves "If desktop Linux isn't going to take over the world, maybe thin client Linux can." After all, I had seen Larry Ellison and Oracle with his "Network Computer" (along with Sun and others) bet big on the thin client as a Windows killer in the mid-90s only to have it go nowhere. The idea of ending Microsoft's reign over the desktop with an entirely new architecture is appealing. I couldn't just dismiss it out of hand as wishful thinking by those heavily invested in desktop Linux however. I personally knew some businesses that were using thin client infrastructures very successfully. In the mid-90s this was definitely not the case. Harrison Ford once said, "We all have big changes in our lives that are more or less a second chance." Had thin client actually changed since the mid-90s or was this just an undeserved second chance?

What Is a Thin Client?
The basic premise of thin client computing is that a number of users can get most of their computing resources (disk and CPU) from a central server and use their local machine just for display and input (keyboard and mouse). This lets cheap, underpowered computers (or repurposed old computers) be put on each user's desktop. Each of these then connect to a more powerful central server to run applications. In the purest thin client scenario the client computers are diskless and even boot an operating system over the network via the thin client server, which begs the question: How is Linux especially suited for this purpose?

Why Thin Client Linux Works
Thin client Linux works for two reasons. First, almost accidentally, Linux does a great job of separating application data (or "shareable data," as it's sometimes called) from user data. Application data is the general configuration of an application needed to make it work for all users (for example, the set of standard document templates in OpenOffice). User data is the configuration information that's changed by and specific to each individual user. The user's custom dictionary in OpenOffice is an example. Web browser bookmarks are another example. I say "almost accidentally" because Linux, like Unix, was designed as a secure multiuser system and the separation of application data grew out of that design. This system encourages individual users to run in their own environment with access only to their own individual portion of the file system. Applications that don't store user data in each individual user's portion of the file system simply don't work on Linux. This creates a strong incentive for application developers to develop their applications to separate user data from application data. Another contributing factor is the fact that a central "registry" for application data came late to the Linux world. This allowed the developers of the major Linux desktop environments to avoid the problems of the Windows registry by storing the user-specific portions of the registry in the individual user's portion of the file system. For these two reasons virtually all Linux applications store user data correctly. This may seem common sense, but I can assure you the same is not true on the Windows desktop. Large numbers of Windows applications store user data in shared areas (like c:\program files) despite the fact that Windows has been a multiuser system for some time now and Microsoft has greatly discouraged this practice.

The second reason thin client Linux works is that Linux's user interface is built on top of the X Window System, which is client/server based even when running on the same computer. In X Windows terminology, the client (or application) can use the X Window server (the display) to display the desktop, show application windows, access input, etc. Although the names client and server are reversed in the X Windows/thin client terminology, this is exactly what a thin client requires. The ability to display an application that's being run on a central server on a remote client computer is fundamental to thin client computing and is built into Linux through X Windows.

These two aspects of the Linux architecture significantly reduce the effort required to develop thin client solutions based on Linux. Let's take a look at some of the current solutions available.

Current Solutions
Thin client implementations currently available range from documents that cobble together publicly available tools (see http://trieste.linux.it/documenti/ThinClient.html, for example) to full-blown commercial thin client packages that include both hardware and software.

The most well-known thin client solution for Linux is the Linux Terminal Server Project or LTSP (www.ltsp.org), a mature Open Source project that installs on a Linux server and lets you boot Linux clients via a number of different methods including PXE, which is supported by most modern network cards. LTSP relies on the X Windows protocol and NFS, a protocol for sharing files over the network that provides thin client support. To install LTSP on a client you must build a special client kernel (or use one of the pre-compiled ones that are supplied). LTSP can be a little difficult to set up but projects based on LTSP that simplify setup are already popping up. The Norwegian Skolelinux ("skole" means "school") is LTSP with expanded documentation and a simplified installation.

There are a number of other Linux-based thin client solutions. PXES (http://pxes.sourceforge.net) is a "micro" Linux distribution that can be used to access a thin client server using the X Windows protocol (like LTSP) as well as a number of other protocols including VNC, which is a remote control protocol originally developed by AT&T and available on Linux.

Another project that has drawn some interest lately is Ndiyo! (pronounced nn-dee-yo). It's attempting to develop an "ultra-thin" client (video and Ethernet adapter) that can eventually be incorporated directly into a monitor. Ndiyo! is an effort of Newnham Research in the UK (www.newnhamresearch.com/). It's not ready for enterprise deployment but stay tuned.

About Jon Walker
Jon Walker serves as CTO of Versora, an ISV providing Microsoft to Linux migration software. Mr. Walker recently has co-authored 2 whitepapers with Novell titled Migrating from IS Web Servers to Apache SUSE LINUX Enterprise Server 9.0 and Migrating File and Print Servers from Windows to SUSE LINUX Enterprise Server 9. Prior to Versora, Mr. Walker was CTO/VP of Engineering for Miramar Systems. Software developed under his direction at Miramar has been deployed to over 20 million computers worldwide. Mr. Walker has also served as senior technologist for Nortel and Xing Technology (now Real Networks).

YOUR FEEDBACK
.NET News Desk wrote: For one thing XP is extremely widespread and your clients and/or users probably have it installed on theirs PCs. In fact, most PCs come with XP pre-installed. And makers of peripheral devices and high-speed Internet providers adapt their products and services to work with XP. In most cases it's enough to simply plug a peripheral into an XP computer or to subscribe to a high-speed Internet service to start use it immediately.
LATEST LINUX STORIES
Hans Reiser’s children Rory, 8, and Niorline, 7, represented pro bono by Morrison and Foerster, the big-time San Francisco law firm, have sued their father for the wrongful death of their mother, seeking unspecified damages for being deprived of her “love, support, companionship, c...
Two years ago this weekend Linux programmer Hans Reiser murdered his estranged wife. Friday he was sentenced to 15 years to life as part of a deal that reduced his first-degree murder conviction and its mandatory 25 years-to-life sentence to second-degree murder in exchange for taking ...
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe launched AIR 1.0 in February '08 and Microsoft launched Silverlight (September '07). At the 6th International AJAXWorld RIA Conference & Expo in October SYS-CON Events is delighted to be...
Red Hat CTO Brian Stevens, Citrix CTO Simon Crosby, Egenera CTO Pete Manca, Allen Stewart, Group Manager, Windows Virtualization at Microsoft, and Brian Duckering, Sr. Director of Products and Alliances at Symantec were the top industry executives who joined Jeremy Geelan in the 4th Fl...
Microsoft is going to pump up to $100 million more into Novell for additional certificates that it will sell or give to customers to redeem for SUSE Linux support. Novell should get the money on November 1 right before the second anniversary of the widely loathed Microsoft-Novell pact ...
IBM introduced a series of new products, services and initiatives that further expand IBM's commitment to Linux and open source by enabling the next generation of Linux. As the company marks ten years of support for Linux, IBM announced a number of cross-company initiatives to driv...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE