Slashdot Mirror


IBM About To Buy Sun For $7 Billion

plasticsquirrel was one of several readers to send in the sharpening rumors that IBM is on the verge of acquiring Sun Microsystems, as we discussed last week. The pricetag is reportedly $7 billion. According to the NYTimes's sources, "People familiar with the negotiations say a final agreement could be announced Friday, although it is more likely to be made public next week. IBM's board has already approved the deal, they said." After the demise of SGI, one has to wonder about the future of traditional Unix. If the deal goes through, only IBM, HP, and Fujitsu will be left as major competitors in the market for commercial Unix. And reader UnanimousCoward adds, "Sun only came into the consciousness of the unwashed masses with the company not being able to get E10K's out the door fast enough in the first bubble. We here will remember some pizza-box looking thing, establishing 32 MB of RAM as a standard, and when those masses were scratching their heads at slogans like 'The Network is the Computer.' Add your favorite Sun anecdote here."

10 of 699 comments (clear)

  1. Do Not Want by eldavojohn · · Score: 5, Interesting

    ... I.B.M. into the dominant supplier of high-profit Unix servers ...

    Oh, how pleasent, what a smart move for IBM.

    ... and related technology.

    Woh. Hold on. Wait. Please, I beg of you, save Sun's software from IBM's slow moving process and lack of usability.

    I must confess that while I have used Solaris, the only thing I have ever cared about from Sun enough to bitch is Java and Java related thingies. Now, I'm not saying that this is going to fall apart if/when it transfers to IBM's hands and I certainly hope that the people involved in those projects stay there but if I look at the products of the two companies I must say that Sun is far better at Software.

    This hasn't always been the case but let's look at web application servers. The free open source Glassfish container has been one of my favorites for development. Websphere, on the extreme other side of the spectrum, was the bane of my existence for a very short time in my life causing me to lose sleep night after night. I would take Weblogic, Tomcat, Resin, anything over Websphere. Please, baby Jesus, if you can hear me do not let this happens and if it does, let Glassfish be the source code they stick with moving forward.

    Although I'm sure you'd love to hear me bitch for hours about Rational products, I'm just going to say that I think competition is healthy and also I prefer Sun Software to remain Sun Software. I hope this deal falls apart. I've loved IBM's tutorials but do not care for their software.

    --
    My work here is dung.
    1. Re:Do Not Want by Anonymous Coward · · Score: 4, Interesting

      I must say that Sun is far better at Software.

      One word : javac

      IBM's java compiler and IDE (Eclipse) are way better than Sun's....
      Granted there are good things on both sides, IBM's javac is twice faster than Sun's.

      What I hope from this transfer is:
      - Merge of IBM and Sun code for reference java implementation
      - MySQL forks cleanup, and kept as entry level DBMS
      - Sun's HW products going to trash...

      What I don't get is, what can IBM win from this deal ? Apart from the Java Brand....

  2. It would be kind of interesting.... by wiresquire · · Score: 5, Interesting

    Sun somehow managed to butcher so many of its acquisitions, that it would be interesting to see what would be the outcome of IBM buying Sun. OpenOffice vs Symphony, DB2 vs MySQL, WebSphere vs Sun's offerings, Solaris vs AIX, and not to mention the hardware side.

    If it goes ahead, of course....

    ws

    --

    So does Anonymous Coward have good karma?

    1. Re:It would be kind of interesting.... by jackspenn · · Score: 4, Interesting
      Allow me to take a stab at it:
      • OpenOffice vs Symphony --> OpenOffice
      • DB2 vs MySQL --> MySQL (Except companies willing to pay enough to keep DB2)
      • WebSphere vs Sun's offerings --> Tomcat
      • Solaris vs AIX --> Linux
      --
      Respect the Constitution
  3. I built an ISP on Sparc 4s by GPLDAN · · Score: 5, Interesting

    I built a dial-up ISP in a major metro city with five Sparc 4s, and a Sparc Classic. Several Bay Terminal Servers and a crate full of USR Robotics Speedsters to attach to the octopus serial cables.

    Upstream was a Cisco 2500 running two T1s, bonded with that new cool PPP protocol.

    Over 650 shell accounts, usually 500 going at a time. A Special variant of SunOS 4.1.3 and access to tin, trn, pine and even... lynx!

    Those Suns never took a break, never died and were solid, despite being located in a colo facility that alternated between being 100 degrees, and being 40 degrees. (Don't ask). Had a mind blowing $7,000/mo of revenue coming in the door to pay three people and keep the lights on the worlds crappiest office.

    Good times.

  4. Context: by fuzzyfuzzyfungus · · Score: 4, Interesting

    TFS says "one has to wonder about the future of traditional Unix" in the immediately preceding sentence. While OSX is indeed commercial and UNIX, it is quite arguably not "traditional Unix". Its distribution in the wild is almost the opposite of most others, quite common on laptops, not very common on desktops, fairly common in specific workstation markets, quite uncommon in smallish servers, and nonexistent in big iron applications. "Traditional Unix" tends to imply lots of big iron, a fair number of smallish servers, and some workstations, with minimal or no desktop/laptop presence.

    Further, most "traditional Unix" setups, if they have graphics at all, use X. OSX supports doing so; but the mac users' howls of protest are deafening around any program that actually tries to do so. OSX is UNIX; but there are solid reasons for saying that it is hardly "traditional Unix".

  5. Wow, what a deal by ErichTheRed · · Score: 5, Interesting

    I was reading about this earlier in the week, and remembering when IBM and Sun were arch-rivals in the high-end Unix market. I'm guessing IBM's going to kill AIX and maybe even the p-series servers now.

    My question is, does IBM want Solaris, the hardware business, Java, or do they just want to get rid of a competitor?

    Every IBM product I've seen in the past few years has had its user interface written in Java. Every piece of middleware they write now is Java. So it seems like they just want to consolidate the market.

    That said, they got a good deal in this market, but what a lousy time to do this. How many thousands of employees on both the IBM and Sun side are going to get kicked out over this? I guess it all depends on how many products this kills. Worse still, IBM hasn't been known to be keen on keeping jobs in the US and Europe lately...

  6. My Sun experience in the distant past by KenSeymour · · Score: 4, Interesting

    I started using Sun Workstations back when they had the Motorola based Sun-3's. Later,
    when they came out with Sparc based Sun-4's, I learned just how portable software written
    in C is. I used to take a buffer of data read in from the network or serial port, cast to a char*,
    bump along the buffer, then cast to an int* to get some piece of a network header.
    On Sparc architecture, you can't de-reference a pointer to an int if the address is not divisible
    by 4. So you have to do a byte copy into memory properly aligned for 4 byte data.

    In those days, if you wanted spreadsheet software that ran on Unix, it cost about $1000. Most
    software for Unix workstations cost much more than the same sort of thing for Windows. The
    rationalization for this was a Unix machine could support way more users so they had to charge more.I used to think that Unix software vendors were responsible for the success of Windows.

    --
    "We can't solve problems by using the same kind of thinking we used when we created them." -- Albert Einstein
  7. Re:"commercial UNIX" by Amiga+Trombone · · Score: 4, Interesting

    Your typical UNIX admin will be lost at sea, trying to run a Mac like his Solaris or HP UX machines.

    I don't know about that. The last time I was at a Sun seminar, at least a third of the attendees had MacBooks. Including this one.

  8. So?` by SmallFurryCreature · · Score: 4, Interesting

    A lot of people attending MS presentations have Symbian phones and run embedded non-ms in their cars. Nobody in their right mind would run a laptop as you would a server.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.