Slashdot Mirror


HP Unveils 'The Machine,' a New Computer Architecture

pacopico writes: HP Labs is trying to make a comeback. According to Businessweek, HP is building something called The Machine. It's a type of computer architecture that will use memristors for memory and silicon photonics for interconnects. Their plan is to ship within the next few years. As for The Machine's software, HP plans to build a new operating system to run on the novel hardware. The new computer is meant to solve a coming crisis due to limitations around DRAM and Flash. About three-quarters of HP Labs personnel are working on this project.

51 of 257 comments (clear)

  1. Run a completely new OS? by The123king · · Score: 3, Interesting

    What's the point in running a brand new OS on it? Is HP-UX not good enough? Or the many other *NIX's? I'll put money on Linux being ported to it before it even ships to Joe Public

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    1. Re:Run a completely new OS? by maliqua · · Score: 5, Insightful

      as someone who has worked extensively with HP-UX:

      No its not good enough.

      As for other Unixes well HP likes to sing their own song even if its off key and makes no sense

    2. Re:Run a completely new OS? by nine-times · · Score: 2

      Maybe it's not a completely new OS? IIRC they still own what's left of BeOS and HP-UX, along with having access to the BSDs. I agree it'd be dumb to start from scratch, but you could pilfer what you want from those sources and build something "new" from it without even needing to worry about the GPL.

    3. Re:Run a completely new OS? by asmkm22 · · Score: 4, Insightful

      What's the point of running *nix on it? If the architecture is so much different that they have to rewrite tons of OS code to support it, why not just build their own?

    4. Re:Run a completely new OS? by bluefoxlucid · · Score: 2

      Their namesake company is cooking up some awfully ambitious industrial-strength computing technology that, if and when it’s released, could replace a data center’s worth of equipment with a single refrigerator-size machine.

      Obviously, it needs z/OS.

    5. Re:Run a completely new OS? by Anonymous Coward · · Score: 5, Informative

      "Fink has assigned one team to develop the open-source Machine OS, which will assume the availability of a high-speed, constant memory store. Another team is working on a stripped-down version of Linux with similar aims; another team is working on an Android version, looking to a point at which the technology could trickle down to PCs and smartphones." RFTA.

    6. Re:Run a completely new OS? by fuzzyfuzzyfungus · · Score: 3, Insightful

      I'd imagine that if you are building something that breaks binary compatibility and likely incorporates a fairly minimal set of hardware for which borrowing a BSD driver or something would be convenient(new system architecture, and aimed at big iron, so compatibility with mom and dad's scanner isn't an issue), you are in about as good a position as you could possibly be to discard some of the accumulated sins of the past.

      It's also quite possible that the 'new OS' bit will be something more akin to a hypervisor and abstraction layer(whether the level of abstraction is closest to your basic VM, more like an LPAR, or follows some of the more service-level stuff to provide 'SQL database', 'Object storage', etc. is anyone's guess at present), and it simply wouldn't gain much from trying to cut and adapt an existing OS to size. What runs on top, may well include "yeah, here's the POSIX environment from HP-UX" or "Here's a Linux kernel modified to interact efficiently with the abstractions our OS supplies", since legacy code has massive inertia; but that won't be the 'new OS' itself.

    7. Re:Run a completely new OS? by operagost · · Score: 5, Funny

      It's clearly a smokescreen to their secret plan of porting OpenVMS to it.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    8. Re:Run a completely new OS? by meta-monkey · · Score: 4, Insightful

      From what I gather, memory management, which is a large part of what an OS does, would be completely different on this architecture as there doesn't seem to be a difference between RAM and disk storage. It's basically all RAM. This eliminates the need for paging. You'd probably need a new file system, too.

      --
      We don't have a state-run media we have a media-run state.
    9. Re:Run a completely new OS? by Anonymous Coward · · Score: 3, Informative

      As someone who regularly uses VMS (and by regularly, I mean for 30+ hours a week, 50 weeks a year...), I pray they don't use it. As other posters have stated, the benefits of using *nix as the base OS is that there are literally MILLIONS of people with some knowledge of the system that can help. With VMS, that pool is in the thousands (maybe...), and dwindling fast.

    10. Re:Run a completely new OS? by Dcnjoe60 · · Score: 4, Funny

      as someone who has worked extensively with HP-UX:

      No its not good enough.

      As for other Unixes well HP likes to sing their own song even if its off key and makes no sense

      Well, they could always port WebOS to it!

    11. Re:Run a completely new OS? by gamanimatron · · Score: 5, Interesting

      When your 500GB "disk" is directly addressable on the system bus and has the same latency as RAM, some of the design decisions in existing *nix look a bit questionable. Example: Does the additional work of implementing virtual memory (fundamental to most kernels) still make sense? How necessary is a file system *at all*? Could it be replaced with some other method of indexing data?

      You certainly could just stick most of the storage in a ramdisk and run linux, but there might be massive performance gains to be had in the file (data?) serving and database spaces if the server software and the kernel it's running on are designed specifically for stable direct addressing of everything.

      --
      cogito ergo dubito
    12. Re: Run a completely new OS? by Anonymous Coward · · Score: 2, Informative

      Sitting at HP Discover in Vegas. Head of HP labs just confirmed it is based on Linux to maintain POSIX compatibility.

      The whole thing sounds exciting.

    13. Re:Run a completely new OS? by arglebargle_xiv · · Score: 3, Funny

      There was also AIX.

      Of the three, HP-UX sucked less.

      That's like saying that gonorrhea isn't as bad as syphilis.

  2. Inspiring by Anonymous Coward · · Score: 5, Insightful

    Finally! I'm so glad there's something to feel intrigued about in technology. I miss all the corporate labs doing amazing things.

    1. Re:Inspiring by asmkm22 · · Score: 4, Interesting

      I don't think you quite understand what they are doing here. They are essentially getting rid of the "slow disk, fast memory" method of computing by combining storage and memory into a single unit. If they make it work, then it will be a game-changer for lots of industries.

    2. Re:Inspiring by rogoshen1 · · Score: 2

      exactly. nice to see what was once a great company trying to do something new and interesting. Compared to chasing the consulting racket like IBM, milking the enterprise customers -- which doesn't seem like it can sustain a company as large as HP for the long term.

    3. Re:Inspiring by fuzzyfuzzyfungus · · Score: 5, Funny

      Finally! I'm so glad there's something to feel intrigued about in technology. I miss all the corporate labs doing amazing things.

      Unfortunately, while three quarters of the lab are working on that project, the other 25% are working on a way to make it rely on proprietary consumables and require 'FPU head cleaning' with tedious frequency.

    4. Re:Inspiring by Rockoon · · Score: 2

      If the project fails, what will happen?

      Likely the same thing that would have happened if they didnt try, just maybe a little bit faster.

      HP finds itself in shrinking markets, so the company itself is shrinking too, and there is no incremental solution.

      --
      "His name was James Damore."
  3. Is unix the last operating system? by Marrow · · Score: 2

    I love linux/unix, but that sounds kind of sad to me.

    1. Re:Is unix the last operating system? by Immerman · · Score: 5, Insightful

      I doubt it, forever is a long time. But I imagine most OSes for centuries to come will have bsd or linux in their ancestry. It's simply a matter of efficient allocation of resources - a modern OS is a massive, complicated system - why reinvent the wheel when you can adopt extremely flexible existing technology for free? Certainly there may be room for other OSes, but only if you're doing something fundamentally new, and probably initially simple. Otherwise why waste the resources building something from scratch when you could instead spend those resources refining or replacing the specific bits of a 'nix that *almost* does what you want?

      And actually I find the prospect heartening. In the consumer market early on we had a wide variety of Oses, one for each machine almost, and all of them were embarrassingly simple by modern standards, and highly incompatible with each other. Then the PC and DOS took over, and it was... well not *good*, but adequate. And the proliferation of DOS, and later Windows opened the consumer world to the easy exchange of software and data, rather than being unable to share your C64 stuff with the CP/M user down the street. Obviously all the non-PC users missed out, but they had become a small minority. The only problem was that Microsoft was an expansive monopolistic tyrant, and any time it expanded into new markets it did everything in it's power to crush any competition, destroying many good products and companies, and leaving us with barely adequate MS products across a wide spectrum of the lucrative business software spectrum. And of course they ruthlessly defended their core OS market, which was so often the key to crushing their competitors.

      Then Linux grew up, and today we are beginning to have a vibrantly competitive OS market once again. True, it's mostly Linux-based, but Linux has become so flexible that various distros, especially specialty stuff, can bear little resemblance to each other - and yet software built for one distro can generally be recompiled for another with only minimal porting effort. A world of many varied and competing, yet mostly interoperating OSes is within sight.

      Now if we could just settle on some sort of cross-linux application wrapper so that something like PortableApps.com could be possible for Linux I'd be happy. There've been several projects attempting such a thing, but so far none has gained significant traction - the best option so far seems to be to use Windows programs and Wine - I can't tell you how many programs I use that I simply can't find for a modern Linux distro - they get abandoned for one reason or another, and without binary-level backwards compatibility or someone competent and interested in porting them to each new release they become practically impossible to run. Meanwhile I can still run those old DOS 2 programs pretty much anywhere with at most an emulation layer.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    2. Re:Is unix the last operating system? by Lennie · · Score: 2

      One way is to use a Linux container.

      Also look up: Docker

      --
      New things are always on the horizon
    3. Re:Is unix the last operating system? by lgw · · Score: 4, Insightful

      Well, we need some evolution, one way or another. The "page file" is a relic of an ancient time, and needs to vanish from the kernel, along with the difficulty of dealing with potential page faults anywhere in your kernel code.

      I suspect they're unifying memory and local storage in a more fundamental way. It would sure make life easier if you could (in user space) just mark some memory as "persistent" when you allocate it, and let the OS worry about caching and performance, but doing that right isn't easy or obvious.

      As "disk" performance gets closer to RAM, new approaches become practical. Previous attempts to unify memory and disk went nowhere as disk was just too slow to take explicit file control away from devs. Previous attempts to do away with directory-based filesystems and go with a sea of tagged documents and a metadata database have crashed on the rocks of low disk performance. But those ideas are good in principle, they just weren't appropriate for actual hardware.

      Fast persistent memory changes what it's practical to do, and fanciful new approaches to the basics of OS design are suddenly no longer academic wankery.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    4. Re:Is unix the last operating system? by Immerman · · Score: 2

      Docker is certainly the most promising candidate I've seen in a while, primarily due to it's Enterprise appeal and the momentum it may gain as such. I looked at it a while back though, and seem to remember it being a rather more specific solution than what we'd need for general application portability. Certainly could be a solid core to build off of though.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    5. Re: Is unix the last operating system? by NotQuiteReal · · Score: 4, Funny

      Taco Bell does not make any sense, anywhere.

      FTFY

      --
      This issue is a bit more complicated than you think.
    6. Re:Is unix the last operating system? by The123king · · Score: 2, Insightful

      The only reason RAM exists is because it's many magnitudes faster than "disk". Once non-volatile memory is up to the same speeds as volatile, RAM will cease to exist

      --
      If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    7. Re:Is unix the last operating system? by Anonymous Coward · · Score: 3, Interesting

      Eh? Ever used as AS/400 (System i)? Only the biggest-selling mini-computer system of its time. OS/400 had "flat" addressing, treats disc addresses and memory as the same space. And don't give me that BS about performance - I used to run an entry-level model (9406 E35) supporting >250 green screens with 48 MB (yes, megabytes) of main memory, and still achieve sub-second response times at the terminals. Response times at the Windows PCs were a bit slower, but they were using screen-scraped adaptations of the terminal-based programs.

      UNIX/linux-based systems are certainly flexible and relatively cheap, but they're not the only solution. If HP goes about this the right way, there could be a specialist market for it.

    8. Re:Is unix the last operating system? by budgenator · · Score: 2, Insightful

      The only reason RAM exists is because it's many magnitudes faster than "disk". Once non-volatile memory is up to the same speeds as volatile, RAM will cease to exist

      That's what they always said, and I suspect always will.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    9. Re:Is unix the last operating system? by Duhavid · · Score: 3, Informative

      I was sysadmin on an AS/400 back in the 90's. I am pretty sure we had an E35 somewhere in the cycle of upgrades. I know we started off with something "lower", but still a 35. I think it was a B35. I would not say it was fast, but it was fast enough.

      We had remote offices, SDLC lines CSU/DSUs and workstation controllers. I don't think we had 250 terminals, but we did have more than 100.
      The last upgrade we did was to a PowerPC based CPU. Ran a tape, swapped a card, instantly faster. Field rep allowed me to do the card swap.

      It was a good machine. The HAL was for everything, not just the OS. When we did the upgrade I spoke of, we didn't have to recompile user apps, the tape loaded the new HAL, I expect.

      --
      emt 377 emt 4
    10. Re:Is unix the last operating system? by Lennie · · Score: 3, Insightful

      I have a feeling when a large number of projects on github (or the new dockerhub) includes a Dockerfile and maybe a file for orchestration (like OpenStack Heat template) that will make it even easier to deploy any project things will really start to take off even more than they are now for open source and free software.

      --
      New things are always on the horizon
    11. Re:Is unix the last operating system? by AmiMoJo · · Score: 3, Interesting

      Previous attempts to do away with directory-based filesystems and go with a sea of tagged documents and a metadata database have crashed on the rocks of low disk performance. But those ideas are good in principle, they just weren't appropriate for actual hardware.

      They were always a terrible idea because they don't scale in the human mind. For a music collection you can just about deal with artist name, album name, song name... But even when it comes to things like "genera" how many people can remember if a particular song they want to hear counts a pop, or rock, or soft rock, or maybe it was prog-rock, or is that "prog rock" or "progrock"?

      It gets worse for documents. With a folder system you can drill down. It serves as a memory aid. With tags you need to search and sift through search results unless you can remember the name of that particular thing you needed, or some other fairly unique identifier. I'd contend that tagging is more effort than organizing in folders too, especially if you want to change tags in bulk without separating collections of related documents accidentally.

      There are ways to reduce these problems with fuzzy search terms, hierarchical tags and the like, but they are all just lame attempts to polish a turd.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    12. Re:Is unix the last operating system? by Hognoxious · · Score: 2

      With any form of tagging, classification, or categorisation system 47% end up as "misc" and 63% get filed under "other".

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    13. Re: Is unix the last operating system? by mr_mischief · · Score: 2

      Oddly enough I've never seen a taco pizza at a Taco Hut/Pizza Bell. It's usually a Pizza Hut Express that serves only cheese, pepperoni, sausage, and supreme along with breadsticks. Generally the pizzas are only "personal" size, too. The Taco Bell OTOH tends to have a full menu. I've also seen other Yum! Brands combinations, including a KFC/Pizza Hut ("Kentucky Fried Pizza") and a Pizza Hut/A&W.

    14. Re:Is unix the last operating system? by lgw · · Score: 2

      With a worthwhile system, you can still have the appearance of folders if you want that. That's as UI thing. But there's no reason for layout on disk to mirror that. The mainframe architecture I developed for in the 90s worked just that way: no unix/windows-style file system ("files" were fixed partitions), but the user saw files while the disk saw efficiently-tiled file data, and a (simple, fast, non-relational) DB held all the metadata. Directories existed only as a UI affordance, not as a filesystem thing.

      Tagging is easy and worthwhile to exactly the extent it's automated and effortless, or like iTunes you pay someone to do it all for you. For business docs, one way or the other you get that (all the daily reports the system would run, for example, were appropriately tagged by the code that created them).

      --
      Socialism: a lie told by totalitarians and believed by fools.
  4. Hail Mary by Ralph+Wiggam · · Score: 4, Interesting

    It’s a bold strategy Cotton. Let’s see if it pays off for them.

    If this doesn't work out, I can't see HP staying in business as an independent company.

  5. Not THAT new... (I think) by sirwired · · Score: 4, Interesting

    The article yammers on and on about how the O/S will be built based on memory-driven I/O instead of file-system based I/O. However, IBM's i/OS (a.k.a. OS/400) has been built on memory-mapped I/O from the beginning (circa 1988.) (And it has a DB-driven "filesystem" that Microsoft has been unable to ship despite about 25 years of failure.)

    I know it's not quite the same thing, but I cannot imagine that this new O/S will somehow eliminate the need for flash and/or disk. I don't see them managing to get the memristor cost down enough to entirely replace disk/flash. If they had actually shipped some of the things before now, I could maybe believe it, but they haven't.

  6. HP Inspired by Apple: Think Different by BoRegardless · · Score: 5, Interesting

    Well, Meg Whitman had the guts to say "Find them some money" when HPLabs proposed the "Machine." I wish HP all the success.

    It is about time some corporation stepped up to the plate other than Apple and jump-starts mega-improvement in major devices.

    My first time sharing "Mini-computer" (was not mini sized), desktop engineering computer (using mag-strips pre-HP45), & then the HP35-41-45-75 were all incredible computing devices for their day.

  7. Re:With a name like that... by oodaloop · · Score: 2

    There'a all kinds of possibilities. Machines of Loving Grace, Rage Against the Machine, NIN's Pretty Hate Machine album. There's a roller derby player going by Pretty Skate Machine.

    --
    Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
  8. Small portion of *nix interfaces with the arch ... by perpenso · · Score: 4, Insightful

    What's the point of running *nix on it? If the architecture is so much different that they have to rewrite tons of OS code to support it, why not just build their own?

    *nix is the fastest path to a stable and highly usable platform. Only a small portion of *nix interfaces with the architecture. They only have to rewrite that small portion.

    Plus with *nix you have a rather large base of application software to run as well.

    That said, could other parts of *nix or apps be reworked to take advantage of the architecture, possibly. But such efforts do not need to be part of v1.0.0. They can be part of subsequent versions if and when profiling indicates an issue or opportunity.

  9. Re:No, no problem. by bluefoxlucid · · Score: 3, Insightful

    The article tells me it's bullshit. Applications aren't written to wait for the memory bus; they're written to ask the kernel for resources, and handle that by waiting or operating asynchronously. If they wait, then they just block until the kernel returns--they don't go, "Oh, it's going to be a while, so I'll execute getSomeTea()..." There's nothing in applications to deal with timing.

    From an OS perspective, execute-in-place has been a thing for years. Linux run from NAND uses XIP, hence why some JFFS2 configurations compress and some don't. Many implementations don't compress in small-RAM embedded systems, using MMIO to map the JFFS2 file system as a physical memory address and jump to it accordingly. That means Linux loads an mmap()ed binary into VMA by creating a page table entry that points to the MMIO page associated physically with the NAND, and not with any real RAM.

  10. Re:HP Inspired by Apple: Think Different by rahvin112 · · Score: 2

    And Meg will be the one that kills it because it doesn't have an ongoing revenue stream that provides 25% margins.

  11. One spec the article fails to mention by Anonymous Coward · · Score: 5, Funny

    The new computer does not run on electricity. It runs on a new fuel cell that requires ink.

  12. Good news... by ndykman · · Score: 5, Insightful

    While HP Labs may not be what it was, it is good to see that HP finally has a CEO that will give them the funding they need to go for the big ideas. We need more research and development funding period. The government needs to increase funding for the NSF and other organizations. And, yes, big companies need to start making long term investments. Microsoft Research is growing. It seems HP Labs is growing again.

    Let's hope other big players step up too. I'm tired of money being thrown at yet another mobile application and having that being held up as a paragon of innovation. People are being critical of HP investing in this while Facebook throws 19B of assets at a messaging application? What's wrong with this picture?

    1. Re:Good news... by hambone142 · · Score: 2

      I disagree about your comment regarding "remote workers". I know of some folks in this position that are essentially giving work second or third priority. Some who won't come in when they're needed because it's "working from home day". Others call in to have workers physically located in the plant to do their hands on work for them. Meg is correct in requiring remote workers to return to the office. While some are more productive, there are MANY taking scamming the system and doing nearly nothing, receiving full pay for doing so. I've seen one guy that has never worked in the plant and follows his squeeze around the country "working from home". Ripe for abuse and many are doing just that.

  13. Will not do any good by WindBourne · · Score: 3, Insightful

    HP made their massive profits by controlling their IP and making everything in-house. In this case, they have outsourced a great deal of this work. As such, it will be in China within 2 years. At that point, whitman will lose everything.

    As somebody that used to work for HP, I am saddened by this. They have great tech, but whitman's run for short-term profits is destroying the company.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  14. anyone remember itanium? by mpicpp · · Score: 2

    i am remember hp having visions of replacing x86 with a new architecture and then AMD did x86-64. hp should know by now that a totally new hardware platform and totally new operating system isnt going to fly very far. Why not replace ethernet and tcp/ip while they are at it....

    1. Re:anyone remember itanium? by Prune · · Score: 2

      Is this post a joke? This change is far, far deeper than the changes of instruction set and CPU architecture that comprises the difference between Itanium and x86. This is about making fundamentally more powerful hardware on the most basic level to break the physical limits approached by current applied technology.

      And that's just one problem with your post. The other is the criticism of different CPU architectures and instruction sets, pointing out Itanium's failure and forgetting the enormous success of ARM which these days runs in about 50 billion devices--and ARM is no less different than x86 than Itanium is.

      --
      "Politicians and diapers must be changed often, and for the same reason."
  15. Re:New OS? by Immerman · · Score: 2

    True enough. Though I think MS's move may have less to due with stupidity than with maintaining their lock on the market. Just consider - once people get used to the atrocity they're having forced down their throats they won't want to change to any of those "old-fashioned" GUIs on Linux. Just look what happened to the oft-mocked "pre-school" GUI ornamentation introduced with XP - now practically *everybody* has a "lickable" GUI of some sort - even most of minimalist distros targeting low-end hardware. Expectations were changed, and competitors were forced to play catch-up. Force arbitrary changes often enough and your competitors don't stand a chance. These days the primary competition - KDE, and Gnome (Mac has always been it's own vertically-integrated thing) - all possess notable functional advantages over MS Windows, and can mimic the traditional Windows GUI moderately well, making for a relatively transition at the enterprise or personal level. Only power users will really notice the differences. Once people get used to MS Monstrosity 8 the competition will need to add the ability to mimic that horrible thing to maintain their "easy transition", and what sort of developer worth their salt would want to volunteer time to mimic THAT?

    As far as "the Machine" is concerned though, it sounds like it's initially targeted at number-crunching applications where massive amounts of cheap persistent RAM stands to radically change the computing landscape - and that's a use-case where GUIs are often not installed at all. There's minimal benefit to a GUI on a server rack that doesn't even have a monitor. As such I would expect that it will be a matter of slapping on an existing solution, if they even concern themselves with a GUI at all.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  16. Good news... by dont_jack_the_mac · · Score: 2

    I'm all for more funding for researching new cutting edge technology but Whitman is going about it the wrong way. HP is laying off remote workers instead of the "dead weight" that routinely performs more poorly than their peers. What people don't understand is that remote workers at HP usually are stellar employees that had have to relocate due to some life event. Otherwise the possibility of remote work isn't even entertained. To cut the remote workers first, HP is taking themselves out before the competition does.

  17. Some more details by tk2x · · Score: 5, Informative

    I'm sitting in the conference room where this was just announced at the HP Discover conference. The idea is to use photonics for interconnects, so that the limitations of copper don't require physical proximity to memory. And they want to use oxygen atoms with doubly-negative charge (ions) for data storage. The concept is to partner with universities to do some fundamental research and major changes in OS design to have a machine that can scale processor access to 160 PB of memory storage in microseconds.

    None of this comprises fundamentally new ideas, but they are working hard to actually make it happen, which is pretty cool.

  18. Re:HP Inspired by Apple: Think Different by statemachine · · Score: 2

    The guts?? The GUTS??

    To pay for it, Meg just fired 30,000 people over the last 2 years, and is going to fire another 20,000 by next year. Sorry, Meg, that's chutzpah.

    Anyone who's still at HP is hoping they're not next, or looking for another job.