The Economist on The Rise of Linux 350
nickco3 writes "The Economist is telling the business world that Linux is a worthy adversay to Windows and Unix. It is free, runs on almost any hardware, and generally more secure than Windows As result it is dividing the industry into winners that offer Linux (e.g. IBM and HP), and losers that don't, (e.g. Microsoft). Sun is probably doomed."
This made me confused. (Score:3, Funny)
According to this [slashdot.org] article SUN is the one who's not doomed.
Re:This made me confused. (Score:5, Insightful)
Right. Note first that Solaris is highly POSIX-compliant, as is linux. This means that most software ports from one to the other with few if any problems, as long as you haven't used the private extensions of either. This isn't a conjecture; I and many others have tested this with our software. Portability between linux and Solaris is easy, almost as easy as between linux and *BSD.
And note also that Sun is actively supporting several linux distros. There was some confused news recently about Sun supposedly dropping their linux. What they actually did was drop the attempt to "rebrand" RedHat linux as Sun linux. This was mostly because customers got confused. And some of them wanted RedHat explicitly. But Sun seems to be going strongly into the linux support business, letting someone else supply the POSIX-compliant platform that runs on their hardware and has all of their software goodies available as options.
There is a strong contrast with Microsoft here: Microsoft has been moving strongly to a "total experience" platform which doesn't allow any software that isn't on their approved list. So if you're a software developer, you are facing a market in which you can only sell to Microsoft, on their terms. If you try selling retail, you'll find that your software constantly breaks, until you sign the rights over to Microsoft.
Sun, on the other hand, has a strong history of supporting independent software developers by sharing information about the innards of their systems while not requiring onerous licensing of any sort. As either a software developer or an IT manager, it's obvious which would be the wiser purchase. Why would anyone with half a brain go with a secretive, monopolistic computer system when there's another available that is open and cooperative?
And for a final note, we might observe that Sun has in the past objected to being called "SUN", since that refers to the Stanford University Network that they grew out of. They are officially "Sun", which isn't an acronym for anything. In todays environment of rabid copyright and trademark enforcement, it's important to get such things right.
as much as i like the (Score:4, Interesting)
Re:as much as i like the (Score:3)
We've all heard of the arguments about how some of MS' tech teams (for the kernel for example) are actually quite decent... so there's no need to rehash that.
I want to add a point though to your post, and that is that, in this day and age, anyone who utters "winner vs loser", black and white should be tarred, feathered and sent walking through the city center with a sign that says buffoon on it.
The fact that such a bold (and stupid) statement comes from the economist is ac
Ha! It didn't come from the article (Score:3, Informative)
The fact that a slashdot poster can make such a bold (and stupid) statement is not surprising at all.
Re:as much as i like the (Score:2, Informative)
Threads do not have message queues foo. Windows have message queues... And the queue is associated with the thread that created it, but that's about it.
PS. A window is neither a process, nor a thread. It's a window.
PPS. I wouldn't trust your declaration of inferiority based on the fact that you didn't know the above to be true...
Re:as much as i like the (Score:3, Informative)
Have you ever programmed under Win32? This is simply false. Read the MSDN docs for PostThreadMessage() function:
Re:as much as i like the (Score:2)
I do agree about the stupid design of the message queues. All the messages should go to the first thread by default, no matter who creates the windows. Instead I have to be careful to create all windows in the same thread. And they MUST get rid of the assinine direct calls to WinProc, this has been a huge source of headaches and bugs (because if you destroy or change some object you must make sure any data that WinProc might look at is updated and consistent
Re:as much as i like the (Score:3, Informative)
The poster of the root article needs to read the article. Doh.
Re:as much as i like the (Score:5, Insightful)
Eventually, (and soon), Linux will have the usability that 51% of the population will find acceptable, and it will landslide from there. There will be no reason to pay for Windows XY or Office YX. Software companies will start producing the little annoying things that exWindows users like for Linux, and everyone will be happy.
Just wait until MS starts writing software for Linux. That will be a funny day.
Re:as much as i like the (Score:2)
Re:as much as i like the (Score:2)
Actually the fact that they FINALLY stopped the win 3.1 line that was dos+win3.1/95/98/ME and gone completely over to a NT core is a HUGE IMPROVMENT! I still don't like Microsoft but they are providing real OS as standard.
Re:as much as i like the (Score:4, Insightful)
Re:as much as i like the (Score:2, Insightful)
What we need are 'Leet' versions of GNOME and KDE, where you have to enter in a license key or get a crack for it, that way they can tell their friends what an uberhacker they are.
Because the article submitter is full of BS (Score:2)
Yet when one reads the story instead of just the story post, one notices that the story post is a load of crap. The Economist said nothing of the sort -- as a matter of fact, it said mostly that Sun was in for it, and that Microsoft isn't in for that much trouble (since its dominance is in the workstation market).
From the article:
The most likely outcome is that customers will face a choice between Linux, which is cheap and cheerful, and Windows, which offe
Re:Because the article submitter is full of BS (Score:3, Interesting)
scripsit 0x0d0a:
That's interesting. I think you may understand the term ``bells and whistles'' differently than I, and apparently the author, do. Would it make more sense if he had written, in lieu of ``bells and whistles,'' ``cute and briefly entertaining but eventually tedious and ultim
Re:Because the article submitter is full of BS (Score:2)
"Bells and whistles" don't have to be misfeatures...
Re:Because the article submitter is full of BS (Score:2, Insightful)
Why in hell would you want to do that? If it's defective, it should be replaced.
Anyways, for me "Bells and whistles" is the same as the parent poster thinks: eyecandy, integrated webbrowsers, cutesy helpers, etc...
Re:Because the article submitter is full of BS (Score:3, Insightful)
Re:as much as i like the (Score:2)
Re:as much as i like the (Score:2)
Microsoft currently has a stronghold on the desktop (> 90%), but is declining everywhere else (on servers and embedded systems. But also the desktop stronghold gets cracks, many entities have already proven that a MS-free office is possible.
To put it in o
Re:as much as i like the (Score:2)
Even the article itself doesn't think that Microsoft is in any serious trouble. And I quote:
"The most likely outcome is that customers will face a choice between Linux, which is cheap and cheerful, and Windows, which offers more bells and whistles, is tightly integrated with other Microsoft products and is easier for unskilled staff to use, but costs more. In short, Microsoft wi
Re:as much as i like the (Score:4, Informative)
You aren't going to get an answer here on /. that will be sufficient for you (and if you expect one, you are just a troller/flamer)... the best way to know is to use it a bit.
A good example of why I love it so much is that *every* object in the Kernel is synchronizable. You can wait on a file just like you can wait on a thread, process, or mutex. Once you get used to the architecture, it's very sweet.
Re:as much as i like the (Score:4, Interesting)
Personally, I think that the NT kernel seems quite ok. The trouble is that it is closed (so I can't easily understand what is going on) and it is surrounded by layers of crap. I agree that the Linux people could have learned a lot from the synchronisation objects in NT, but they could also have leaned a lot from older systems like VMS, which were extremely well documented. However, better asynch support is coming soon.
However, the next big area for Linux is resource locking (needed for clusters). NT does it, but not very well. VMS did it better (and still does, from last time I used it).
Re:as much as i like the (Score:2)
And why not? There are oftentimes intelligent reponses. Sure, there's plenty of garbage, but there's also intelligent info posted with links to back it up. You've provided neither and missed an opporuntity to educate someone who asked a legitimate question.
the best way to know is to use it a bit.
Granted, I think that's true in general. HOWEVER, there are people who
Re:as much as i like the (Score:2)
Sun is NOT probably doomed (Score:5, Interesting)
IBM and HP are making smart moves adopting Linux business models. As Linux matures and benefits from a gazillion different implementations, AIX and HPUX will begin to look less and less desirable.
Getting back to Sun, Solaris is not a revenue piece for them either. There was alot of complaining in the Slashdot crowd and Sun's commitment to Solaris on Intel has waned, but really, would you like to be running Solaris instead of Linux or Debian? Thought not...
Re:Sun is NOT probably doomed (Score:3, Interesting)
Unless Sun figure
Re:Sun is NOT probably doomed (Score:3, Informative)
Sun's market share in Unix systems grew last year, where HP and IBM sank. HP and IBM certainly do not 'wipe' Sun at this level
Re:Sun is NOT probably doomed (Score:2)
Re:Sun is NOT probably doomed (Score:5, Insightful)
Sparc performance has always been and still is a laggard compared to the rest of the industry.
Not true. When the SPARC first came out in 1987, Sun enjoyed roughly a 4 to 1 performance advantage. Most PC's at the time were 16-bit CISC, and running between 4.77 and 12 Mhz. The Sun 4/110 was 32-bit RISC, and running at 20Mhz. The 386 came out shortly afterwards, and ran at a blistering 16Mhz. Intel PC's didn't take the lead until the Pentium rolled out. Even then, Sun's are optimized for different uses. A PC is like an F-16. It's really good at taking one person somewhere really fast. A Sun server is more like an airliner. It's really good at taking 300 people somewhere reasonably fast, and effeciently.
Temkin
Re:Sun is NOT probably doomed (Score:2)
As for the fighter-jet versus jetliner analogy, the same can be said of all the other vendors - SGI, IBM and HP all have systems that c
Re:Sun is NOT probably doomed (Score:2, Informative)
Re:Sun is NOT probably doomed (Score:5, Insightful)
I have to disagree.
What Sun sells is a scalable platform. It is a *hardware* target for developers to *write software* for. It is not *primarily* an Integrated OS/Hardware stack as you suggest. It is trivial to port human-readable Linux code to Solaris, and thus the success of Linux as a development platform does not preclude anyone's ability to implement that software on Solaris. If you can write good, MT code for Linux, then you can test it on a small sub-$1000 UltraSparc system (Running Linux, FreeBSD, OpenBSD, NetBSD... or even Solaris), or maybe a *little* bigger system if you're paranoid about testing CPU concurrency. Once compiled, that software's performance can be made to scale with the harware it runs on in a near linear way. Code for 2 CPUs and 1GB RAM, but the unaltered software will support 32x the load on a 64CPU 32GB RAM box, without re-engineering anything. Instead of worrying about the MPP (Beowulf) style clustering architecture and optimizing the software for that type of system (if it can even be done), Sun provides a stable ABI across all tiers of servers."Take away Solaris and Sun doesn't lead in anything." Well, that's true as far as you know anyways. It's a hardware performance niche that Sun occupies.
This is all very much subject to debate. First of all, you seem to have very narrow definitions of "performance" (which seems like you mean price/performance in comparison to PCs), and "features". IBM can't provide a platform with the scalability potential of UltraSparc. HP doesn't even have a hardware platform any more! Compaq killed Alpha, and HP killed PA-RISC, and even since buying Compaq, HP can't guarantee a niche for Itanium as they are *more* vulnerable to AMD Opteron competition (high-end to low-end) than Sun is to low-end-PCs in their workstation market. This situation is made MORE significant as Linux gains credibility as an OS. Sun is sitting pretty in the niche they currently occupy.Re:Sun is NOT probably doomed (Score:2)
Re:Sun is NOT probably doomed (Score:2)
Sure, you can do something faster. Or cheaper. Or more elegant.
Sun works, and that's why they're there. Much like Cisco - the hardware doesn't really win any prizes, but the combination of a box, IOS, and support earns the premium they charge.
I think Sun needs to embrace linux and slowly move away from Solaris - It is a great OS, but the industry is moving away from the premises that ca
bah! (Score:2)
From what we've seen working with them, that's not the case. For reasons beyond my meager intellect, my company has sold it's soul to the IBM hardware cult. However, Sun has some good software and services offerings we'd like to use. Sun keeps coming back trying to open the hardware door again.
While I'd personally like to let them do it (particularly with their blade product) the option simply isn't there. Their lack of focus on what we want them
Hmmm. . . (Score:5, Insightful)
But if Linux is deployed more and more, won't those devious writers of viruses target it more?
I totally agree that Microsoft has some security flaws that make it an easier target; however, as more and more people take the Linux plunge, they might be more of a target (especially the newbie users).
Re:Hmmm. . . (Score:5, Insightful)
This is my big fear with Lindows (where the default is to run as root). One of Linux's main strengths is the lack of the almost daily security alerts that Windows suffers - not that MS doesn't deserve it! Once a large number of noobs are blundering around installing anything they recieve by email on their new Lindows machines, the perception of Linux as a stable, relatively secure OS will begin to disintegrate.
I've always suspected Lindows was set up as a get-rich-quick scheme, that will only harm Linux in the long run, but by then Lindows will be gone, and the directors will be cashed up and laughing...
Re:Hmmm. . . (Score:2)
Right. And it will be nearly impossible to explain to someone who isn't familiar with Linux about all the various distributions and their strengths and weaknesses.
If your proposed scenario takes place, many will equate Lindows as being synonymous with Linux and notice that they aren't getting much of a security benefit as they thought they were.
Re:Hmmm. . . (Score:5, Insightful)
Also, running as a privileged user is not the norm in a Linux environment (although some commercial products such as Lindows and previous Zaurus do), so damage from an exploit is limited.
Also, Windows services are pretty opaque, whereas Linux services are fewer and better documented. The area that I would like to see improve in Linux is to have more daemons run as non-root (by executing setuid if necessary - similar to Apache) to mitigate hacking the daemons.
Re:Hmmm. . . (Score:2)
The most valuable files for a user are bound to be in his ~ directory, where a virus can do anything it wants even in unprevileged.
Operating system and application files can just be reinstalled, users' files cannot.
Re:Hmmm. . . (Score:2)
Re:Hmmm. . . (Score:5, Informative)
I've never gotten a virus from either IE or Outlook, because I'm slightly vigilant about their usage. Now, a serious vector is IIS... Not because many people like to make fun of it, but rather because it's a service. It doesn't need user interaction to be broken into. But then again, soon, Apache will be targeted just as much as IIS.
Running as Administrator on Windows is a newbie issue as well, and anyone who is a seasonded user and still doesn't run as something else is being lazy. I haven't run as Admin in years. Since NT 4... and it works just fine. I do not believe people who complain about programs not running without Admin priv. (and in the worst case scenario, you can always "Run As..")
You mention Linux services are fewer and better documented, I beg to differ with that as well... you can launch apt-get, and be very easily suckered into (as a newbie user) installing a shit load of things you don't need. Windows has a set number of services that come with the installer... you might have to disable some, but they're set. Now, I don't really know if there is a 'better' one among the two: the bottom line is you need to be contientious. I disable all my unnecessary services right off the bat after I install a machine.
And last but not least, Windows up till recently didn't have a firewall built into it. Which isn't brilliant, but I can see where that came from: it wasn't originally meant to be a network OS (it was meant to be a desktop OS). With XP and Longhorn, they are coming up with stuff that will put it back to par regarding Firewalls. My point being: an unfirewalled Linux machine is *just* as vulnerable as a bare NT box... don't fool yourself.
PS. Btw, you must have never read Microsoft documentation... they do a pretty decent job.
Re:Hmmm. . . (Score:3, Interesting)
There are still serious flaws with Windows servers that are not just newbie issues. For example far too many Windows services *must* be run at root level.
Re:Hmmm. . . (Score:3, Interesting)
Not real advantages (Score:3, Funny)
Re:Hmmm. . . (Score:4, Insightful)
Linux is as widely-deployed, if not more so, than Windows (see netcraft.com [netcraft.com] for a single example). At least when we're talking about servers. The recent MS-SQL Slammer worm, for instance, was *really* bad, it took out networks all over the place. And it specifically targetted ... you guessed it, Windows servers.
Worth noting that there have been a number of really serious exploits for software that's often run on top of Linux. They just don't spread as much. There are a bunch of factors in this, and they're almost all technical. (Before you say "well, Windows admins don't patch as much" as an excuse, implying that Windows is just as good technically, but is administered by adiots, go ahead and try and maintain 100 Windows servers. It's bloody impossible. They're a pain in the bloody ass, and that's definetly a technical problem).
Re:Hmmm. . . (Score:2)
Nah, all the dependencies will kill any risk of that.
Re:Hmmm. . . (Score:2, Insightful)
Re:Hmmm. . . (Score:3, Interesting)
The reason why linux is much less vulnerable to virii isn't because it's more secure, or because it has 4 hearts like a klingon... it's because it's genetically more diverse.
A Virus (especially script bound virii that attack stuff like Outlook) is very bound to its environment, it makes some very very broad assumptions about the layout of the computer. It assumes a certain object model exists, or that certain ActiveX controls always are installed etc etc...
Windows 2000 = NT5.0, Windows XP = NT 5.1 (Score:3, Insightful)
There are three service packs, Windows XP is basically a workstation-only reiteration of 2K with more gew-gaws and gadgets, and is up to SP1, with SP2 on the way. Server 2K3 is also rolling out at the end of the month.
However, at the end of the day, we are dealing with point releases on one code base. Windows 2K was NT5.0. Windows XP was NT Workstation 5.1. Windows 2K3 Server will be NT Server 5.1. Not different enoug
Re:Hmmm. . . (Score:2, Informative)
Well, viruses seem to be targeting cable modem users. And I've heard about how easy it is to get linux connected to a cable modem. (*) So what're the chances that anyone on such a connection will be running non-MS, let alone non-X86?
(*) Generally, phone companies will refuse to install cable for anyone who cannot demonstrate the MS-Windows computer they intend to connect to
Good news for schools (Score:3, Interesting)
Re:Good news for schools (Score:2, Interesting)
Re:Good news for schools (Score:2, Interesting)
1. The teachers notes are all written for MS products and they are totally against having to learn new products and alter them.
2. The parents expect MS produts the PTA even tried to make us drop our non ms backroom servers (linux and novell).
With opposition on both fronts there is no chance of getting in Linux anytime soon
Yep, (Score:2)
News Flash: Linux still not ready for the desktop (Score:4, Insightful)
I think this sums up the consensus of the article -- Linux is coming, but not to the desktop.
Re:News Flash: Linux still not ready for the deskt (Score:4, Insightful)
Well, after years of dual-booting with Windows, Linux is the now the only thing going on my desktop, and I've gotta tell ya, I'm doing just fine (better than ever, IMHO). Maybe I'm dreaming? Or maybe the Microsoft fuddites don't know what they're talking about.
Re:News Flash: Linux still not ready for the deskt (Score:2)
My proble
Re:News Flash: Linux still not ready for the deskt (Score:2, Informative)
Re:News Flash: Linux still not ready for the deskt (Score:2)
However, if I was running a new company I'd have nothing to do with Windows, it's too expensive, too inflexible. I'd just hire a better sysop.
Where I work the admin is very resistant to Linux (it frightens him to be honest, because he
Sun isn't doomed (Score:3, Interesting)
Linux will probably take some share from Microsoft but It won't be so huge that it will be used more than Windows. Microsoft is too smart to let Linux take hold of them. They will do everything to stop Linux from taking their share, whether it be through Advertizement, Deals with companies, or Palladium.
However Unix might fade away, BSD and Linux provide great alternatives for Unix... But they won't be completely gone.
Sun increase market share against x86 last year (Score:5, Interesting)
So if Sun was being hurt by Linux (or x86 based systems in general) why did their market share increase?
It wasn't anything to do with the LX50 (dual P3 Solaris x86 / Linux) systems they launched late last year - they only shipped a bit over $1m worth by the end of the year.
Re:Sun increase market share against x86 last year (Score:2)
"Open Systems for Open Minds" ... (Score:3, Interesting)
Sun's just being forced to go back to its roots, which were running a commodity Open Source OS (SunOS started as BSD) on commodity hardware (m68k at first, then SPARC except for a couple years when they also sold 80386 hardware, as they started Solaris). That should be a healthy thing, long term, though they have to get rid of a lot of closed-system attitudes. Like the ones that have crippled so much Free Java work.
If Sun had kept true to their roots, they'd have been running Linux on x86 from day one ...
instead, they wanted to keep
one founder (Andy Bechtolstein),
who wanted to design a RISC chip (became SPARC).
So Sun sold out SunOS in favor of
Solaris/SVr4, so they
could switch to non-commodity hardware. Well I've
got news for you: Andy's long gone, and SPARC
was never that hot. And the customer lock-in
is going away ... customers always wanted the
open systems approach, even when Scott McNealy
refused to play that game.
Re:"Open Systems for Open Minds" ... (Score:2)
Let's get some things straight. Andy Bechtolsheim (note correct spelling) designed the first Motorola-based Sun1 as a side project to his PhD thesis at Stanford, before he met Scott and Vinod. So I think he knew a little about the tradeoffs they were making in the systems. He's generally consid
Oh (Score:5, Funny)
Sun is probably doomed.
Umm... but... I thought Doom was going to be MS exclusive [slashdot.org]
*logs off and runs away*
Microsoft Prices and Competition (Score:3, Insightful)
On the desktop, we just bought 5 rather powerful developer PCs for $600 each. Of that price, $150 was for Windows 2000 (not XP thank you). 25% of the price is a rather large part of the cost. The decision between Linux and 2000 was pretty close on these boxes and getting closer all the time. Pretty soon, developer workstations could well be all Linux with OpenOffice and the like. I think the competitive threat to Microsoft will soon restrict their desktop and office pricing.
A Lesser Form of Unix (Score:4, Interesting)
I don't know much about Solaris, so I'd like to ask you guys out there. What makes Linux less capable? What does Solaris do that Linux can't do (at least well enough)? Just wondering.
Re:A Lesser Form of Unix (Score:4, Interesting)
I guess that doesn't tell you all that much about the top end, other than that linux and Sun are both quite capable of supporting raw, top-end gigaflops power. The actual computing is done by processes, of course, so this benchmark really just tells you that neither OS has any showstoppers. Neither interferes with the ability of a process to crunch bits and bytes.
Now on to the other benchmarks
Re:A Lesser Form of Unix (Score:2)
I did. I concluded that Linux and Intel hardware are simple toys compared to Sun stuff. They are not to be confused with each other in features, reliability, or price.
Linux is an alternative to Windows, not Sun.
Richard
Re:A Lesser Form of Unix (Score:2)
Not if you need a simple workstation or webserver. I can see why people would want a Sun box for high-end stuff - we just bought a couple of SGI Origins for file serving, but would have been just as happy with Suns - but I can see few reasons to buy a simple 1U Sun server, other than binary compatibility with larger systems.
In addition, as the article points out, applications that once ran on giant multi-cpu boxes now run on clusters. Clusters can be a fuckin
Re:A Lesser Form of Unix (Score:4, Informative)
Well, scalability is one major thing. Linux struggles with more than 4 CPUs and more than 4G of memory; Solaris handles hundreds of CPUs and a terabyte of RAM. Linux lacks the manageability of system resources offered by Solaris 9, which allows system resources to be prioritized for different tasks, with a guaranteed minimum available. And even if Linux could do this, it doesn't run on hardware than can be dynamically partitioned, unless it runs as a guest on z/OS, and in that case it's z/OS doing the work. Tight integration with the underlying hardware is another advantage for Sun; they know precisely every component in every system that Solaris runs on, because they designed and built it, so there are never compatibility issues. Solaris' high-performance, high-reliability filesystems are proven, not just betas (yes XFS is also proven, but in IRIX not Linux). Speaking of filesystems, Solaris has ACLs, whereas Linux just has the relatively crude user-group model. Linux doesn't have remote shared memory or IP multipathing (IIRC).
Sun doesn't support Linux? (Score:5, Interesting)
and F12K [sun.com]
servers. It is pretty close to having the capabilities to run on the Sun midframe stuff, for example I'm sure it would run fine on a 3800 [sun.com],
maybe even the 4800 [sun.com], but you start to reach its current limit with a fully stuffed 6800 [sun.com] system.
Now, step back for a minute and think why Suns UltraSparc and Solaris solution is so strong. Simple, at the risk of repeating the marketing guys the lure is that you can give your development and deployment guys a bunch of cheap Sunblade 150s [sun.com] or some cheap UltraSparc blades [sun.com] and whatever they come up with can be moved straight onto anything up to and including an F15K without recompiling. Put yourself in the place of a big corporation. Your putting together a new system, you have no idea just how big a load it will eventually have to take (say in 5 years). Today, sure you could run it on high end Linux box, but what happens if 6 months in the system needs a bigger box? If you chose Sun in the first place you simply buy the bigger box and move over. No porting, no redevelopment, and you know there is always a bigger, faster system [sun.com] you could move to. It buys you severe scalability that Linux isn't placed today to provide.
Now, about not supporting Linux, what about the LX50 [sun.com], the Sun Open Desktop that is coming soon, the Lintel blades (Coming Soon(TM)) the fact that the entire Sun One stack (web, directory, identity, etc, etc, etc) is either available now for Linux or coming soon, not to mention Star [sun.com]/OpenOffice [openoffice.org].
So what is the perceived issue? I think people don't see Sun offering Linux on the UltraSparc range and thing they don't get it. Sun does get it, but look at their selling point for the last 10 years, total scalability. Linux doesn't provide this yet so they can't buy into it. What they are doing is making Solaris as compatible with Linux as possible, whilst at the same time helping Linux by providing software (openoffice, SunOne and much more) and I believe some kernel code too.
Believe me, when Linux is ready for the F15K class systems Sun will be ready for Linux to be there.
Disclaimer - I work for Sun, but nothing I have said here is not already public information.
Re:Sun doesn't support Linux? (Score:2)
Now cue all the posts informing us that all you need is a few single cpu Linux boxes and all the world's applications suddently scale ad infinitum.
Sun, not dead, just a change of direction. (Score:5, Insightful)
Solaris for Intel? None of the sparc binaries run on it, it's not any faster than linux. Linux 1, Solaris 0.
Solaris for web applications... absoultely not. Tried and true OS for sure. Though web sphere, atg, web logic and most other large scale app servers have linux ports. java's relability will never exceed the uptime of an OS i.e. the JVM or app server will crash before the OS does. That then precludes having a bullet proof OS. Web applications need redunancy, both from a geographic perspective and application. Doing so requires a duplicate hardware investment. Not such a good deal with sun. Linux 2, Solaris 0.
Maintainance... will be cheaper with linux rather than solaris. The reason being that Linux and it's friendly varients are all freely avaialable. To learn and use linux is not a big deal, solaris on the other hand need solaris hardware to run. As a result of easier access to hardware and software (linux) labor costs go down because the skill sets require to administer and maintain linux and linux apps are more freely available. The same is not true of solaris. Linux 3, Solaris 0.
Solaris, and it's hardware IS good for massive multi-proc applications. Data Warehouse with Multi-tera bytes of data? Linux and Intel are not suited to such tasks. Large transactional databases that require nearly 100% uptime and reliability, i.e. the database is nearly as reliable as the Operating system. Solaris is the OS for that application. Linux 3 Solaris 1
Sun is no longer suited to playing in the high(er) growth markets of dedicated servers, web applications, IT support devices (dns, dhcp, network management) and such. Their role is increasingly being boxed into ultra highend applications where a large number of processors, ultra high reliability and what sun has stood for still means something. Where the applications are almost as reliable as the OS, and that the OS and hardware is required to be up nearly 100% of the time and never unexpectedly. The difficulty they face is that that the role just described is not in particularly high demand. As IT budgets continue to shrink - decision makers are going to continue to look to linux to solve their problems.
Linux is cheap - costs less to maintiain - and the hardware can be repurposed. Sun just can't argue with that. Sun needs a change of direction.
Sun's Doom is like Apple's Doom... (Score:4, Insightful)
Too long have people labored under the delusion that one company MUST dominate the "computer market"... only because one company (Microsoft) seemingly *has* dominated. Just because one does today, doesn't mean that is the natural order of the market place. If anything it is unsustainable, as Microsoft is beginning to find out.
Sun makes some excellent high end gear, and in that market niche they are by far the largest player. They aren't even competeing with M$ in that space... and there is plenty of money to be made there. Sure CEO Jeff won't get to cross-check Bill in the teeth as often as he'd really like, but hey... that is NOT what Sun is in business to do.
Shake the current "one must dominate" worldview out of your heads /.'ers. It won't work. Microsoft's whole strategy, both internally and externally, is "For us to win, they have to lose." You WILL lose if you play that game with Microsoft because they play it better than anybody... but if you play a different game... Steve Jobs' game... where "we need to make something of quality that some percentage of the market wants and not worry about Microsoft" then you will do fine. There are billions of dollars to be had and significant percentages of market to be owned. Sure, you won't have dominance, but you don't really *need* it.
Re:Sun's Doom is like Apple's Doom... (Score:2, Insightful)
Re:Sun's Doom is like Apple's Doom... (Score:2)
Sun Doomed? (Score:3, Insightful)
Oh, not that sun, OK.
In that case, I think the reports of its demise are greatly exaggerated: Sun the company has rolled with a lot of things, and it hardly seems too late for them to come out with a (genuine) "Linux play." They seem to think so, too, since they have been flirting with it over the past few years.
Sun hardware is very nice, and Gnome running on Solaris (which I've seen and played with, never used seriously) looks and feels like
(Or a different brand of apostasy, Sun could shift toward one of the BSDs, same points still apply.)
timothy
Future of Linux (Score:4, Interesting)
Interesting quote... (Score:2)
Furthermore, Windows is the preferred target for computer viruses.
It's hard not to be preferred when you're running an OS that allows everything execution rights...
Re:Interesting quote... (Score:2)
The Economist didn't get it (Score:5, Insightful)
The reason Linux is so popular is not that is free. BeOS is also free. Linux is successful due to convergence of many different factors:
(1) Free
(2) Open source
(3) Unix compatible
(4) X-windows (X11) compatible
(5) designed for x86 (yes it runs on many other chips, still Linux is an x86 project from the get go)
(6) Multiple vendor supported
(7) Plenty of third party support
Moreover each of these things feed of each other. That is why Linux is so popular.
Not sure how the author reaches his conclusion... (Score:2)
Re:Not sure how the author reaches his conclusion. (Score:2)
Re:Not sure how the author reaches his conclusion. (Score:2)
scripsit bc90021:
It actually does make sense, even if it's not laid out as clearly as
Re:Not sure how the author reaches his conclusion. (Score:2)
To say it perhaps a bit more clearly -- like mud -- it seems the Economist is just saying that the rise of Linux and FOSS in general could lead customers to replace Oracle DBs with MySQL, PostgreSQL, etc.
It isn't entirely inconceivable, even if there is still a pretty big gap between Pg, Mysql and Oracle.
Nice article in "The Observer" (Score:2)
Ahem! I forgot the link: (Score:2)
The Slant (Score:3, Insightful)
How is Sun the main loser if Linux hasn't replaced many system in the the "highest echelon"? Are telecom billing systems and airline reservation systems running on Windows? I doubt it. E-mail, web servers, file and print sharing. Applications for which Solaris is overkill. Hmm, that sounds like Windows territory to me.
Ownership cost is mentioned, and again Micosoft gets the spin due to lack of full description.
Mundie's collapse predictions are left completely unchallenged. Why does Ellison need a grain of salt, but Mundie does not?
Button-pushers like "cancer" and "nightmare" in the closing paragraph definitely set a tone for the reader's afterthoughts.
Trying to discredit Ellison's prediction by assuming the demise of Oracle on the basis of Mundie's questionable prediction is just wrong on many levels. There is more than one business model - I'll leave it at that.
Overall, this is less obvious than something that comes out of Microsoft-funded "independent analyses", but more it's more insidious too. Did Microsoft influence this author? Are Economist executives invested in Microsoft? Why the divide-and-conquer routine against Sun? Why start with such an optimistic view of Linux only to end on such a sour note?
Correction Mr. Mundie (Score:3, Interesting)
Sorry Mr. Mundie, but Apache is NOT a clone of comercial software as you tried to claim. Apache is a fork (clone) of the Origional NCSA web server, which was NOT commercial. (open source, but I'm not sure exactly what license was used so it might not meet the exact legal definition of Open Source). IIS, and the other comercial servers are clones of an open source webserver.
Of course this is all an accidemic exercise, but don't try to claim some high ground where Apachee has it.
Apache a CLONE?? (Score:5, Interesting)
I give up. What is Apache a clone of? I wish they had included an actual quote on this. Maybe the journalist was "interpreting".
Most of the article is on target though. The easy way to evaluate the strengths of the companies mentioned is to look at how diversified they are (or aren't).
IBM is no longer primarily a hardware company. They have a strong consulting division, they do fundamental research and grab pattents on REAL things (rather than new parsing algorithms like some companies I can think of), they have a very strong software development component, they farm out hardware manufacturing that is no longer profitable (disk drives) while hanging on to things that they do best and can make money on (chip fabrication).
Sun is primarily a hardware company. Their operating systems are (almost) exclusively sold to customers who use their hardware. Java and Star Office are far from being cash cows. Their weakness is that as Intel, AMD, etc, chips get cheaper there is less incentive to use Sun's higher priced hardware components. Supporting Linux helps them a bit, but it is the price of their hardware that puts them at a disadvantage.
Microsoft is a software company. They are trying real hard to become something else too, but like Sun they are having a heck of a time making anything else work. They don't really do fundamental research, but instead try and grab patents on programming concepts so that they can bully other companies in court when it suits them. They don't really make any hardware, but instead stamp their logo on a few things to make it seem that they do. They do select good subcontractors for mice and keyboards, I'll grant them that. Everything they do except Windows and Office lose money. Prospects for either of those (because they are already so successful) can only go down. They currently have a scatter shot approach to the "next big thing" which consists of trying everything at once and seeing if any of it takes off. Few companies have the money to do this. But they will bleed themselves dry rather quickly if they are not carefull. Something tells me they are not going to be carefull.
Apple is trying to diversify too. Since they are starting small the only way they have to go is up. It would be nice to see them further popularize the power-pc server. My personal experience with OS X is that they are rushing versions of it out the door too fast. I've decided to wait for XI (or whatever they call it) and switched to running Linux on my iBook. Those gel buttons are cute though.
Re:Apache a CLONE?? (Score:3, Informative)
IIRC, Apache started off as a clone of NCSA httpd. I can't find the reference (I thought it was in the config file or man page, but no), but I think they wanted identical functionality and config files at first.
Of course it has grown into so much more now.
Open source competition stifles innovation? (Score:3, Insightful)
Okay, here I quote the most deliberate piece of misinformation and propaganda:
In short, competition from quality products stifles innovation -- according to Microsoft. Commercial firms have no incentive to actually come up with products having more features, more stability, better documentation and ease of use than open source products because no one is willing to pay for such benefits?
Well, as they must be fond of saying over at Microsoft, "If you believe that, I've got an operating system to sell you."
Re:Yeah, yeah, yeah (Score:4, Insightful)
How can anyone else compete.
Re:Yeah, yeah, yeah (Score:2, Insightful)
Re:Yeah, yeah, yeah (Score:2)
Re:MS Development Tools ie Visual Studio (Score:2)