Home > Rss Directory > Technology > InfoWorld > Is Sun Solaris on its deathbed?


Is Sun Solaris on its deathbed?

Is Sun Solaris on its deathbed?   more»»

Linux is enjoying growth, with a contingent of devotees too large to be called a cult following at this point. Solaris, meanwhile, has thrived as a longstanding, primary Unix platform geared to enterprises. But with Linux the object of all the buzz in the industry, can Sun's rival Solaris Unix OS hang on, or is it destined to be displaced by Linux altogether?

The case for Solaris's demise Sun officials believe the 16-year-old Solaris platform remains a pivotal, innovative platform. But at the Linux Foundation, there is a no-conciliatory stance; the attitude there is to tell Solaris and Sun to move out of the way. "The future is Linux and Microsoft Windows," says foundation Executive Director Jim Zemlin. "It is not Unix or Solaris."

[ Sun is moving into the virtualization space, riding on x86 Solaris. Read the InfoWorld's Test Center review of Sun's xVM VirtualBox. ]

Solaris, he said, has almost no new deployments and is a legacy operating environment offered by a company with financial difficulties. Original equipment manufacturers also do not see a bright future for Solaris, he claims.

By contrast, Linux is the overwhelming choice for new deployments on x86 systems, Zemlin says.? Sun has had its strength in applications such as ERP systems with a seven- to 20-year life cycle, he adds. "What's starting to happen is those life cycles are starting to be completed," and those customers are moving to Linux.

That move to Linux is accelerated by Linux's strength in Web applications, where developers today are focused, Zemlin adds. "You can't really talk to any Web-based application company these days that's not using Linux," he says.?

Linux also is less costly to run, Zemlin claims. Sun, he declared, should just move over to Linux. Zemlin also held out little hope for other IBM's AIX and Hewlett-Packard's HP-UX Unix platforms. "It's certainly true that Unix is on the decline," he says.

"Customers are pretty aware that Unix is a more expensive legacy architecture. They continue to support it because they don't want to change their legacy apps over to a new platform because of the costs," Zemlin said. "But they know now they eventually need to do it because Unix just doesn't have the combined might of all the different organizations and individuals that are developing [for] Linux."

Thanks to its strong support of the x86 hardware architecture, "in terms of overall volume, Linux is just a much higher volume product than Solaris ever was," says Al Gillen, an IDC analyst. IDC data show that worldwide Linux shipments in 2006 were about 2.4 million in 2006 and nearly 2.7 million in 2007. By contrast, Solaris shipments totaled 376,000 in 2006 and 371,000 last year.

Solaris, Zemlin says, is losing market share because it does not have a good price performance or value proposition.

Zemlin also disputes Sun's notion that Solaris technology gives it an edge over Linux. "The only people I hear talk about DTrace [Solaris's technology for assessing program and OS behaviours] and ZFS [the Zettabyte File System] as competitive features [are] Sun Microsystems sales representatives. It's not something I believe is impacting the market in any way," he says.

With capabilities such as ZFS and DTrace, Sun is trying to compete based on minor features, Zemlin says. "That's literally like noticing the view from a third-story building as it burns to the ground." And the Linux community is working on rival technology, Zemlin adds.

Given Sun's own Linux support on its Sparc and x86 servers, Zemlin suggests that it should make ZFS and DTrace available under a Linux-compatible license. Sun instead uses its Common Development and Distribution License (CDDL), which is not compatible with the Linux GNU General Public License. (Sun says CDDL provides licensing support for a greater universe of systems than GPL does.)

One company that is moving from Solaris ?to Linux is Sesame Workshop, famous for TV shows such as Sesame Street. A key reason is that more people are available to support Linux than Solaris, says Noah Broadwater, vice president of information services at Sesame Workshop. "I honestly have one person who is certified on Solaris. I have four people who are certified on Linux," Broadwater said.

The other key issue with Solaris boils down to one word: cost. Sesame is saving about $20,000 a year in support costs by moving to Linux, Broadwater says.

One fear that Broadwater had in moving to Linux was degradation in performance, but he has been pleasantly surprised such degradation has not occurred. For example, the company's IBM Cognos BI application runs faster on x86 Linux boxes than it did on Sparc Solaris, he says.

The case for Solaris's existence Sun stands behind Solaris. "For customers who'd chosen Linux in the past, we're seeing some of those same customers come back to Solaris," says Charlie Boyle, director of Solaris product marketing at Sun.

Solaris boasts features such as ZFS for simplified storage management and Solaris containers for virtualization, Boyle says. He cites a recent partnership in which Dell will make Solaris available on its computers; Dell would not do this if there was not customer demand. Sun is seeing brand new customers for Solaris; "I think we've got a great future," Boyle says.

"I think Solaris is absolutely a great OS," says Neil Wilson, a former Sun employee who later left the OpenDS project. Solaris is "absolutely far superior to Linux for the cases where the hardware support is there," he adds.

Gracenote, which provides a media recognition and metadata service for MP3 users (the CDDB database familiar to iTunes users), agrees. "We found the threading model in Linux was problematic. You get to a certain number of concurrent threads and the OS just slows way down," says Matthew Leeds, vice president of operations at Gracenote.? Solaris "just works for us."

The debate over Solaris's open source future As part of its plans to give Solaris a longer life, Sun has developed an open source effort based on Solaris, called OpenSolaris, featuring a binary release of Solaris through Project Indiana.

The Linux Foundation's Zemlin, though, dismisses Sun's open-source Solaris as "too little, too late." His foundation has also charged that there is no real open source community around OpenSolaris, arguing that Sun still controls development. To back up its point, the foundation points to blogs detailing disputes over control of OpenSolaris and the Sun-driven OpenDS directory projects, from February 2008 and November 2007. Sun declined to comment on the specifics of these issues and noted they both happened several months ago. Zemlin claims Open Solaris is no more than an attempt to expand the Solaris user base to drive customers to commercial Sun technology.

Sun's Boyle acknowledges that Sun employees participate in OpenSolaris development, but says they do so along with individual and corporate contributors such as Intel. Community registrations in the OpenSolaris community exceed 160,000, far in excess of Sun's total employee account of 34,000 people, he notes.

"I'd say we've got a great community around OpenSolaris." Boyle said. "People are free to come and go as they want, and the community's been growing every month," he says. "To say that Sun is controlling all this, I don't think is a fair and accurate statement."

Wed Sep 24, 2008


Sponsored Links



Rss - Latest News

Ruby on Rails upgrade released   more»»

Ruby on Rails 2.2, an upgrade to the popular Web application framework, was released Friday, featuring an internationalization framework and stronger support for HTTP validators, according to the Ruby on Rails Web site.

With a full-on internationalization framework, internationalization is offered by default. Support for HTTP validators is provided in the form of etag and last-modified, according to the site. This can make it easier to skip expensive processing and also makes it easier to use gateway proxies.

Also featured are thread safety and a connection pool for the Active Record capability in Rails. "So now all elements of Rails are thread-safe, which is a big boon for the JRuby guys in particular," a blog on the site stated. "For C Ruby, we still need a bunch of dependent libraries to go non- blocking before it'll make much of a difference, but work on that is forthcoming."

Rails 2.2 also features improved API docs and a new guides section. It is compatible with Ruby 1.9 and JRuby.

Connection pooling in version 2.2 enables Rails to distribute requests across a pool of databases, according to release notes for the framework. Transactional migrations in version 2.2 are supported on PostgreSQL out of the box. The code will be extensible to other database types in the future, the notes said.

The framework can be installed through the RubyGems packaging system for Ruby.

Ruby on Rails was created by David Heinemeier Hansson, and Ruby and Ruby on Rails were featured at this week's QCon conference in San Francisco.



Top 10: Yang's move, Microsoft-Novell developments   more»»

Yahoo CEO Jerry Yang, who co-founded the company, stepped aside this week to the surprise of no one who has followed the recent travails of the company. While that ship continued to list, the IETF debated what, if anything, to do about the problematic DNS bug that was discovered earlier this year. And the BlackBerry Storm lived up to its name, if not entirely to its hype, as it debuted in the United States and the United Kingdom.

[ Video: Catch up on the week's news with the World Tech Update ]

1. Yahoo's Yang to step down as CEO and What's Yahoo's next move?: From the "it's about time" file -- Yahoo co-founder Jerry Yang is leaving the company's CEO post, which he took over in July 2007. While he took charge to try to right what was wrong with the company, his CEO tenure didn't go so well, with the failed Microsoft buyout attempt, followed by a failed ad deal with Google, with two rounds of layoffs and slumping finances mixed in. Yang will continue as a board member, and when a new CEO is found he will resume his previous title of "Chief Yahoo." What happens next at Yahoo has been the source of much debate this week.

2. A future without programming: There are presently tons of codeless app dev tools available, tools that will help you create an app without having to do any of the coding yourself. This is a great boon to people who want to create simple apps without having to write all the code, or even noncoders who just want to make the app that they need themselves. But they could also be signaling a decline for developers as they see themselves replaced by applets.

3. Microsoft, Novell eye Moonlight beta, system management: As Microsoft and Novell near the two-year anniversary of their controversial interoperability agreement, they are announcing a beta of Moonlight, which will bring Microsoft's Silverlight RIA technology to Linux. The companies are also rolling out the Advanced Management Pack, which enables management of Windows and Linux servers from a single console.

[ For a two-year retrospective on the agreement, featuring comments from Microsoft, Novell and an opponent of the arrangement, see The Microsoft-Novell Linux deal: Two years later. ].

4.JavaFX RIA technology almost ready: Sun says that general release products for JavaFX Desktop and JavaFX Script should be out by the end of the year. Featuring an application platform based on Java, a scripting component and runtimes for desktop and mobile systems, JavaFX, Sun officials said, gives the company a unique entrant in a market also featuring Adobe Systems, with Flash, and Microsoft, with Silverlight.

5. Five top spending priorities for hard times: Forrester, Gartner and IDC have slashed 2009 IT spending growth projections, with IDC forecasting a decline to a paltry 0.9 percent from its pre-financial crisis prediction of 4.2 percent. Analysts say that despite the grim financial scene, companies should not inflict deep cuts on IT. "Companies should tighten their belts, not take their pants off," says Forrester senior analyst Andrew Reichman. InfoWorld chatted up analysts and CIOs to find out which technologies should be funded regardless of what the economy is up to (or down to, as it were).

6. Hosted Exchange, SharePoint now widely on sale: About 500,000 users have already adopted Exchange Online since a limited release for large enterprises in October 2007, and Microsoft expects half of all enterprise employees with e-mail to use a combined online and premises-based system in five years. Naturally, the company hopes that its Exchange Online, now in full release, will capture a large part of that market.

7. Survey: U.S. IT spending forecast worst since 2001: Forty-five percent of those who responded to a new ChangeWave Research Survey said their companies aim to spend less on IT or even nothing at all on IT during the first quarter of 2009 -- the highest percentage response to that survey question since 2001. Researchers talked to 1,926 U.S. respondents who are involved with IT spending to get the dismal survey results. Just 10 percent said they plan to spend more in the first quarter, which was down three points from an August survey.

8. Microsoft drops OneCare anti-virus product: Microsoft is essentially giving up on its efforts to build a consumer anti-virus business as it is discontinuing its OneCare software. Microsoft pushed hard to get OneCare to be thought of as on the same level as products from Symantec or McAfee, but it was poorly reviewed and failed to establish itself as being able to run with the big boys. OneCare will be replaced with free anti-virus software called Morro.

9. Obama administration to inherit tough cybersecurity challenges: The administration of President-elect Barack Obama will wind up dealing with key cybersecurity initiatives begun during the Bush administration, but far from fruition. More progress has been made on other cybersecurity projects, but some of those have been found to be lacking. Those in the security industry say that the next administration will also have to focus on collaboration between public and private sectors.

10. Bush's exit to put new e-records system to the test: The National Archives and Record Administration expects to receive 140TB of data when the Bush administration ends after eight years with inauguration day, Jan. 20, when all paper and electronic records of the administration become the legal responsibility of NARA. The unprecedented volume of records has to be sorted, indexed, and preserved. Comparatively, the Bush years are expected to generate 50 times more data than the Clinton administration, which also went two terms.



Internet's bandwidth health still in trouble   more»»

Nemertes Research continued to throw cold water on the future of the Internet this week, releasing a study projecting that demand for bandwidth on the Web would exceed its capacity by 2012.

The study, which is a follow-up to similar research Nemertes conducted last year, projects that the current global economic recession will only delay rather than eliminate the increased demand for bandwidth the firm predicted last year. Then, Nemertes projected that traffic growth would eclipse supply by 2010, but the firm now says it has adjusted its projections to reflect deteriorating global economic conditions.

[ Does the bandwidth shortage mean out Internet future is in danger? ]

Nemertes emphasized it is not projecting that the Internet will crash or shut down altogether. Rather, the typical user probably will experience Internet "brownouts," where such high-bandwidth applications as high-definition video-streaming and peer-to-peer file-sharing will stop performing up to users' expectations, the firm says. 

During a presentation at an Internet Innovation Alliance symposium this week, Nemertes analyst Mike Jude said that one consequence of declining Web performance would be that users would look less to the Internet to deliver their desired applications. "More and more applications are coming online that will drive expectations for service quality even higher," he said. "I'm not saying that the Internet is going to crash in 2011, but that people's expectations are going to be throttled. People will stop going to the Internet for those services."

One big reason for the projected growth in traffic is the continuing emergence of virtual workers who work from home or in remote branch offices located far away from companies' central offices, Nemertes says. In particular, these remote workers "expect seamless communications, regardless of where they conduct business" and they "often require more advanced communication and collaboration tools than those who work at headquarters," including videoconferencing and Web conferencing, the report says.

Another factor is simply the large growth in high-bandwidth applications for users to employ. More ISPs in the coming years will follow the lead of such companies as Comcast and AT&T trying out bandwidth caps that will charge extra money each month for heavy bandwidth consumers, Nemertes says. Although Comcast now caps individual bandwidth consumption at a relatively high 250GB per month, average future users will easily reach or surpass that bandwidth limit as they find higher-bandwidth applications to use, the firm says.

"Though this traffic load is [currently] more than typical, it certainly isn't exceptional," Nemertes reports. "This type of usage will become typical over the next three to five years. The fact that Comcast's network is, by its own admission, not able to cope with such usage patterns is a clear indication that the crunch we predicted last year is beginning to occur."

Looking forward, Nemertes says that if this capacity issue is not addressed, the Internet will fracture into a tiered system where companies with the most money will pay for specialized network infrastructure that will ensure their content is delivered at higher speeds than non-favored content.

This fractured system -- where certain entities can pay extra money to give their content favored treatment -- is what advocates of network neutrality have been working to avoid by preventing ISPs from discriminating against certain types of content. The Nemertes report gloomily concludes that although the Internet will not shut down entirely, it will experience a dramatic slowdown in innovation because "new content and application providers will be handicapped by the relatively poorer performance of their offerings vis-ą-vis those created by the established players."



Microsoft moves to quash 'Vista Capable' case   more»»

Microsoft asked a federal judge Thursday to end the class-action lawsuit about its "Vista capable" tag that has been the source of a treasure trove of embarrassing insider e-mails that have showed the company bent to pressure from Intel and infuriated longtime partner Hewlett-Packard.

In a pair of motions filed with U.S. District Court Judge Marsha Pechman, Microsoft's lawyers asked her to decertify the class and rule on a summary judgment to dismiss the charges.

[ InfoWorld's Robert X. Cringely did a rundown of the legalese of this case -- and the humor of it ]

If Pechman rules for Microsoft on the decertification motion, the case could conceivably continue, although it would no longer be a class-action with a large pool of plaintiffs; instead, each plaintiff would have to sue Microsoft separately. A ruling for the company on the summary judgment would effectively end the case.

Unlike recent filings by the plaintiffs, which have been packed with quotations from internal Microsoft e-mails that covered everything from managers badmouthing Intel to others who worried how Vista would be compared to Apple's Mac OS X, Microsoft's motions were densely worded and full of case citations.

According to Microsoft, the plaintiffs have not demonstrated that the lowest-priced version of Windows Vista was not the "real" Vista, or showed that users paid more for PCs prior to the new operating system's launch because of the Vista Capable campaign. That means the plaintiffs have not met the legal standards set by Pechman, and so have no case, the attorneys argued.

"The evidence refutes Plaintiffs' claims that Windows Vista Home Basic cannot 'fairly' be called Windows Vista," Microsoft said in the motion for summary judgment. "Windows Vista Home Basic has nearly all of the same computer code as the rest of the Windows Vista family, and ... Microsoft never publicly defined Windows Vista in a way that would exclude Windows Vista Home Basic."

Vista Home Basic, the lowest-priced and least-capable version of the operating system, is a key to the Vista Capable lawsuit; the plaintiffs have argued that they bought PCs before Vista's January 2007 launch and expected them to be able to run more than just Home Basic. That edition lacks several advanced features found in some or all of the other versions, notably the Aero graphical user interface.

Elsewhere in the motion, Microsoft claimed that Vista Home Basic shared 93 percent of the code found in Vista Home Premium, the next-most-expensive version and also the most popular of the consumer editions.

The lawyers also hammered at the price inflation reasoning promoted by the plaintiffs. "Plaintiffs have no evidence that the Windows Vista Capable program ('WVC program') caused an artificial increase in the demand for or prices of Windows Vista Capable PCs ('WVC PCs') that were not Premium Ready," the motion continued.

Last February, when Pechman granted the case class-action status, she blocked the plaintiffs from arguing that Microsoft deceived consumers because that would have required an individual determination for each member of the class action. Instead, she allowed them to pursue a "price inflation" line of reasoning, which would argue that PC buyers paid more than they would have otherwise, after Microsoft's marketing boosted demand and increased the prices of systems that could run Vista Home Basic.

In the motion to decertify the class, Microsoft's lawyers said that the plaintiffs had not met the bar Pechman set when she allowed them to explore the price inflation line. "With discovery closed, Microsoft asks the Court to decertify the class because Plaintiffs have done nothing and propose to do nothing to further develop their price inflation theory," Microsoft said.

Discovery, the legal procedure where the each party is allowed to request documents from other, closed a week ago in the case. "The Plaintiffs have no viable method of establishing class-wide causation," the motion continued.

Over several pages, Microsoft argued that the economist the plaintiffs brought in as an expert witness, Keith Leffler, of the University of Washington, had been unable to come up with a way to quantify the impact of the Vista Capable program on PC prices in the run-up to Vista.

"Dr. Leffler admitted that he cannot develop a model that would quantify the price inflation, if any, that supposedly affected the class, much less do so across the entire class period," the motion said. "That fact, standing alone, mandates decertification."

Microsoft crafted the Vista Capable program to keep sales of PCs from flagging as the new OS's release loomed. A message by a Microsoft director working on the campaign made it clear that was the top priority. "The primary goal of Ready PC [ an earlier name for what would be recast as Vista Capable -- Ed. ] is to limit stall of XP PC sales as we continue to build Vista buzz," said Rajesh Srinivasan in October 2005. "We believe [the program requirements] strike a balance between limiting impact on XP PC sales, ensuring OEM support and participation in the program and providing a good customer experience after Vista upgrade."

The lawsuit, which began in April 2007, has become best-known as the source for hundreds of Microsoft e-mails that have been made public by the court. Earlier disclosures showed that Microsoft relaxed the requirements of Vista Capable to accommodate Intel, a decision that then enraged HP, and that company managers feared comparisons between Vista and Apple's Mac OS X more than a year before Vista went public.

The case is currently set to start trial next April.

Computerworld is an InfoWorld affiliate.



Sun, Microsoft boost IDEs   more»»

In separate moves this week, Sun and Microsoft both proceeded with previously stated plans to boost their software development environments

Version 6.5 of the NetBeans open source IDE was released by Sun and the NetBeans community, while Microsoft has added jQuery IntelliSense support to Visual Studio 2008 and Visual Web Developer 2008 Express.

Accessible for download, NetBeans 6.5 features increased support for Web and Java software development, according to Sun and the NetBeans community. It includes localized versions for simplified Chinese, Japanese, and Brazilian Portuguese.

Also being offered is an early access version of NetBeans for Pythin applications, featuring an editor, debugger, and Python runtimes.

Version 6.5 features tooling for PHP, such as syntax highlighting and code completion. A JavaScript editor is included as well.

?Integration across multiple languages simplifies development. The NetBeans IDE 6.5 allows you to stay within one tool and move easily from PHP to JavaScript and back," said Ian Murdock, Sun vice president of developer and community marketing at Sun, in a statement released by the company.

Other capabilities include enhanced support for Spring, Hibernate, JavaServer Pages, and Java Persistence API. Support for Groovy and Grails also is offered in the editor. Ruby enhancements are offered within the editor and debugger.

Multithreaded debugging for Java technologies is featured as well.

Sun in December will offer a training and certification for NetBeans by way of its Certification Specialist for NetBeans IDE effort.

Microsoft, meanwhile, is offering JavaScript IntelliSense support via Service Pack 1, which can be downloaded. JQuery is a JavaScript library.

Users also must install the VS 2008 Patch KB58502 patch to support "-vsdoc.js" Intellisense files and download the jQuery-vsdoc.js file.

"Visual Studio 2008 SP1 adds richer JavaScript IntelliSense support to Visual Studio, and adds code completion support for a broad range of JavaScript libraries," said Scott Guthrie, corporate vice president in the Microsoft Developer Division, in his blog.