Slashdot Mirror


Microsoft to Storm Linux Strongholds

VitaminB52 writes "Microsoft is only winning about one out of four deals where IT shops are trying to move off of proprietary Unix. To turn that trend around, there are four specific Linux strongholds where Microsoft is focusing its attention." From the article: "After discussing server clustering, Web hosting, and server appliances, Ballmer was cut off by the interviewees before he could identify the fourth. But my guess is that, given the way Ballmer emphasized Software as a Service (SaaS) as a core theme for all the work that's taking place at Microsoft right now, the fourth stronghold of Linux that Microsoft wants is the SaaS stronghold where Linux is the operating system behind a Java-based application server technology ... Ballmer knows he's got a long roe to hoe. 'The day I come in front of the Gartner audience and say we have a better Unix than Linux, that'll be a good day.'"

8 of 319 comments (clear)

  1. JBoss by phong3d · · Score: 4, Informative

    ...the fourth stronghold of Linux that Microsoft wants is the SaaS stronghold where Linux is the operating system behind a Java-based application server technology

    Sure, that makes sense, especially considering the big announcement last month of JBoss partnering with Microsoft to build up interoperability with Windows servers and the JEMS stuff.

  2. Re:time will come by IntlHarvester · · Score: 4, Informative

    Actually, it's already happened. Sun is getting widely dumped in favor of RedHat/x86, who is seen as an top-tier enterprise vendor in Sun's traditional strongholds. As a result they've been forced to adopt a very aggressive x64 strategy.

    --
    Business. Numbers. Money. People. Computer World.
  3. Re:Why... by Robocoastie · · Score: 3, Informative

    "long roe to hoe" that should say "long roW to hoe". It's a term taken from agriculture. So sad that people are so removed from agriculture now that they don't what the term means or it would have been spelled correctly instead of after Roe v. Wade, the most common way now that people see that sounding word.

  4. Inferior Microsoft Clusting by canuck57 · · Score: 3, Informative

    Microsoft and Ballmer just don't get clustering at all and I feel sorry for the 25% that got sucked in by M$ BS. Ballmer is bringing spoons to a steak party.

    An OS that is graphical wastes resources in a clustered environment. It wastes CPU in managing it; it wastes electricity in powering it and adds to the total BTU output that raises A/C costs. Forget about the complexities added in that M$ solutions are new, poorly tested and of beta quality when compared to any UNIX/POSIX type OS. None of the aforementioned adds value to the compute task and often detracts from it. Most can be critical project problems if not managed and planned for.

    One also has to look at the software acquisition economics. Say you have a 1024 node cluster. 1000 * 1024 for server licenses is $1M $$. FC4 is out and even if you used commercial Linux you would never pay $1M for this quantity of licenses unless they tossed in the installation and configured the cluster for you.

    There are also other issues such as kernel/network performance and tuning but I will skip this.

    My dream cluster would be few thousand Linux AMD 64 dual core, dual CPU systems with 16GB of ram in a 2 or 4 U package with front loading drives and can be managed without a VGA... hm... this OS/hardware exists without Microsoft!

  5. Why Linux On Clusters? by deadline · · Score: 4, Informative
    There are some very good reasons why Linux is on Clusters. Having been in the HPC business for over 17 years, I think the reasons are not very obvious to many outside the field. To spread the word I wrote . Why Linux On Clusters which pretty much tells it like it is.

    Doug - a genuine Cluster Monkey

    --
    HPC for Primates. Read Cluster Monkey
  6. Re:Why... by DrSkwid · · Score: 1, Informative

    You sound so confident, and yet, so wrong and amusing.

    "Where else would the phrase come from?", as though *your* world experience encompasses all that could have ever been.

    The needle in question is a device for making haystacks by hand. It is about 2m long and was commonly assembled from three interlocking poles that packed away into a satchel so one could easily carry it around.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  7. Probably too late... by BruceCage · · Score: 2, Informative

    but someone might find it useful.

    There's a transcript of the session here.

    And as mentioned in the article:
    A copy of the entire 45 minute interview can be downloaded (it's 21 MB) by clicking here.

    The question in the article can be found 27 minutes and 13 seconds into the audio file.

    And interestingly enough Ballmer was asked the following (at: 2:37)
    "I have a question for Mr. Ballmer. If you attempt to thwart Google with your acquisition of the ???????*. How many chairs will Business Week report you as thrown?"

    He responded with:
    "I've never, honestly, thrown a chair in my life."

    * I couldn't hear what was said, if anybody knows reply to this post.

    --
    Perfect is the enemy of done.
  8. Re:and besides... by Senzei · · Score: 2, Informative
    If you ever get the chance to look at it the windows scripting host is a pretty decent system for accessing windows components ... relative to getting your info from the gui ... as interpreted by a five year old with attention problems.

    The problem I have with it is there are too many steps to do anything. For instance, to put the contents of a text file strait out to the screen would require the following steps:

    1. Bind a variable to an instance of an ActiveX Control (of all things), to access the filesystem.
    2. (optional) Define a constant for the kind of file access you are attempting (read, write, etc)
    3. Call the opentextfile method of your filesystem object with the location of the file and the file access constant (if you needed it)
    4. call the readall method of the textfile variable and store that in another variable.
    5. call WScript.Echo to print out the contents of the file

    So that is four (five if you need to do anything besides read the file) steps to write the contents of a file. Compare that with the bash equivalent:

    cat filename

    I use the windows scripting host as an example here (instead of a batch file and the type command) because in order to get a lot done with the file you need wsh. Five steps, four new variables, and an activex control are a rediculous amount of effort to do something this simple.

    Hopefully the new windows shell will fix this kind of sillyness, until then I will pretty much always hate windows scripting.

    --
    Slashdot: Where anecdotes and generalizations can be freely substituted for facts, logic, or intelligence