Slashdot Mirror


No More Rebooting?

blankmange writes: "This headline caught my eye: 'The End of Computer Rebooting.' Seems that there has been some new developments in memory technology: The new thin-film technology that could give rebooting the boot is based on resistor logic rather than the traditional transistor logic used in most PCs and other memory-enabled devices. It also is considerably faster than current memory systems and holds the promise of reducing the time required to transfer and download multimedia content and other massive files. This is great news, but what am I going to do with the extra hour or so a day?"

318 comments

  1. Finally it has happened to me! by SnowDeath · · Score: 2, Funny

    I've been waiting for this technology for over five years...when??? When??

    When it's done, of course! (Please don't sue me Id Software)

    1. Re:Finally it has happened to me! by Anonymous Coward · · Score: 0

      > Please don't sue me Id Software

      Don't worry. They don't exist.

      (id Software != Id Software)

    2. Re:Finally it has happened to me! by SnowDeath · · Score: 1

      Heh, I was just trying to make sure the REAL one didn't sue me, so I used a fake software company name od Id ;)

    3. Re:Finally it has happened to me! by SnowDeath · · Score: 1

      Doh! I guess that is why there is a "preview" button...

  2. Tech Support by Paul+E.+Loeb · · Score: 4, Funny

    So I guess this puts a big damper on Microsoft Tech Support. "I don't know what to do, please restart your computer."

    1. Re:Tech Support by Kierthos · · Score: 2, Funny

      Oh my god, they'll actually have to train their phone techs with a different answer. Like "I actually have no clue what is wrong with your computer, only being a half-trained half-wit."

      Kierthos

      --
      Mr. Hu is not a ninja.
    2. Re:Tech Support by Anonymous Coward · · Score: 0

      You've obviously never worked in tech support.

    3. Re:Tech Support by tomstdenis · · Score: 3, Insightful

      To be fair half of the time the problem is *not* something someone sitting 1000 miles away can help with.

      Say you have lingering threads with open ports or something. How are you supposed to figure that out over the phone [and recall you have to tell some 65 yr old lady trying to write her grandson how todo this].

      Most of the time people run stupid third-rate programs like Go!Zilla or Gator or dare I say anything based on linux! They screw up the system and there is not much you can do.

      If on the other hand you said "My modem online light is off" and they retort "reboot your PC" you can be assured they are fairly clueless.

      Tom

      --
      Someday, I'll have a real sig.
    4. Re:Tech Support by Anonymous Coward · · Score: 0

      Ah. You, mr|s AC, are tech support for MS.

    5. Re:Tech Support by Anonymous Coward · · Score: 0

      does that make them only one quarter of a trained wit each?

    6. Re:Tech Support by Beliskner · · Score: 1

      Microsoft tech: "Please plug your motherboard directly into your mains power supply..."
      Customer: "Oh my God! It's caught on fire!"
      Microsoft tech: "You idiot! You did it wrong, now you've ruined it, but I've been highly trained so if you listen carefully, we might be able to salvage the CPU. By the way you'll need to buy another copy of Windows XP because you'll have to buy a new bunch of hardware now."

      --
      A caveman dreams of being us, the incalculable power and riches. We dream of being Q, then what?
    7. Re:Tech Support by fanatic · · Score: 2

      Most of the time people run stupid third-rate programs like Go!Zilla or Gator or dare I say anything based on linux!

      Let's see... The thread was about microsoft tech support drones. Running linux? They don't support that.

      Or maybe you're saying that running something on a linux box would automagically affect the Windows box? How'sm that supposed to work?

      Or maybe you're just a dumbshit that doesn't know what the fuck he's trying to say? Yeah, that covers it.

      --
      "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
    8. Re:Tech Support by tomstdenis · · Score: 1

      I was talking about tech support in general not as finely applied in the thread.

      The OP was talking about how "clueless" tech support people are.

      My point is that while most are not the best technically inclined they are not all stupid. And even the well experienced ones can't solve all problems and often will suggest to reboot as the only viable option.

      As to my quip about linux, I almost got a job [turns out the contract was running dry... or something like that] at convergys. They gave as an example of TOS the fact that some ISPs will not pay them to handle calls regarding linux for the sole fact that linux is too hard to setup and anyone using linux should/would know how to fix it themselves.

      Tom

      --
      Someday, I'll have a real sig.
    9. Re:Tech Support by Paul+Komarek · · Score: 2

      This is among my primary complaints about Windows: it's difficult to get useful info from the OS. On a unix system you can run netstat piped through grep to look for open connections, as a simple example.

      Not to mention that command lines are more suited to verbal communication than are spatial WIMP metaphors. THe main problem with speaking a command line to a Windows user is that they no nothing about command line conventions, so you have to explain every space to them. That would go away if command lines were more common.

      -Paul Komarek

    10. Re:Tech Support by tomstdenis · · Score: 2, Insightful

      This is among my primary complaints about Windows: it's difficult to get useful info from the OS. On a unix system you can run netstat piped through grep to look for open connections, as a simple example.

      While to a certain level this is true. You can always do this too

      ipconfig -all | more

      to figure out whats what in win2k.

      Also, *you* can run "netstat | grep "eth0" | sendmail ...etc..." but can the average user?

      With most ISPs the hardest tech problem a level 1 techy will ever face is DHCP lease problems. e.g. I can't renew my lease whats up?

      So paying a level 1 with a university PhD or something is a waste of money since the hardest problem they face on average is "how do I setup email?".

      When the problem escalates thats when level 2 techies get involved.

      As to the comment about command lines... I disagree. Just to figure out whats up with a net connection you *should* be able to point and click. In win2k I can right click on my network icon to see if I am connected. In that dialog I can click "properties" and setup my TCP settings, etc...

      Ideally the users would be familiar with the command line and its neato tools [specially if you have Cygwin installed] unfortunately the average user will never need such tools.

      Tom

      --
      Someday, I'll have a real sig.
    11. Re:Tech Support by Paul+Komarek · · Score: 2

      I think I was a little bit misunderstood:

      1) "Also, *you* can run "netstat | grep "eth0" | sendmail ...etc..." but can the average user?"

      The point I was trying to make was that it's often easier for a skilled person (tech support) to dictate a command line and say "was anything printed?", than it is to say "click on this and that, oh you don't have that, oh you have that build of Windows, do you see anything like this, okay then click that, now, describe what you see, in detail".

      2) "As to the comment about command lines... I disagree. Just to figure out whats up with a net connection you *should* be able to point and click. In win2k I can right click on my network icon to see if I am connected. In that dialog I can click "properties" and setup my TCP settings, etc..."

      Again, I was suggesting that it's easier to describe plain text commands and responses over the phone, than it is to describe mouse movements and an array of 1024x768 pixels over the phone. If you know where to click on your build of Windows, that's great; if I know what to type on my command line, that's dandy. The issue I meant to deal with was giving commands and getting responses over the phone.

      Of course, if I'm talking to someone with a unix box, it is usually very easy to login and solve problems remotely. Microsoft used to describe these remote administration features in unix systems as "security holes". Now Microsoft is trying to add them to their on operating systems (but Unisys seems to prefer the Free software program VNC ;-).

      For the example of piping through more versus piping through grep, a big difference is how much stuff the "customer" will have to read back to you. With grep, you can filter in a way which (in many circumstances I face) allows the "customer" to tell you simply "yes, it printed something" or "no, it didn't print anything". If you pipe through more (or less), the "customer" ends up interpreting the results in some way.

      About the level of education of front-line tech support staff, and moreover, the general population, I have this quote from my Windows-using father (who quit school at 15 years old, in 1943): "Back when I used DOS, I knew what I was doing and could control the computer. With Windows, I don't feel like I understand my computer at all."

      I personally believe that Microsoft is breeding ignorant computer users, and as such has created a huge tech-support problem for themselves and their "partners". But even if Microsoft didn't create these people, there's always the saying "If any idiot can use Windows, any idiot will." For me, the scary part of that truism is how Microsoft (and Unisys) applies it to system administrators: paraprasing, "Unix requires expensive experts but Windows doesn't".

      -Paul komarek

    12. Re:Tech Support by Anonymous Coward · · Score: 0

      "you're gay" - dr. drew

  3. Great. by HEbGb · · Score: 3, Funny

    So if I can't reboot, how am I supposed to recover from Windows crashes?

    1. Re:Great. by unformed · · Score: 3, Funny

      No what will happen if you'll turn your computer off but when you turn it, it'll still be crashing.

      Oh you said recover.

      Well, the one and only true solution: reformat.

    2. Re:Great. by Anonymous Coward · · Score: 0

      Simple: You press the Reset button..

      I know your comment was supposed to be funny, but there seems to be alot of other morons who sees problems where none exists. Of course a memory capable of resuming operation without reboot does not obviate the means of rebooting altogether. How on earth are you supposed to load a new OS on the machine otherwise?

    3. Re:Great. by Squareball · · Score: 1

      Well the article didn't say that you cannot reboot, it just says that you wont have to reboot every time you start up. There will be a point where you will HAVE to boot up right? I mean there is always the first install. This is great though. Computers need to be instant on like TV. Think about it; you are at the office and it's 5pm, you've shut every thing off and your boss comes in and says "oh before you go, don't forget to write an e-mail to bob in the morning about x,y,z." Now what do you do? Get a piece of paper and write it down and stick it in your monitor right? Well if the computer was instant on, you'd just turn it on and write a note on your computer, then shut it back off.

    4. Re:Great. by jmccay · · Score: 2

      Not only that, but how do you rebot if anything gets corrupt? What if your probgramming an you inadvertently over something in memory? They will need to come up with a way to reset the OS and memory itself.

      --
      At the next eco-hypocrisy-meeting, count the private jets used to get to the meeting. Should be interesting to see that
    5. Re:Great. by tps12 · · Score: 2

      Well, how do you "reboot" if some program writes over important hard disk data on current systems? The answer is, it's the job of the OS to make sure that doesn't happen (or not, as the case may be). Just because you don't need to transfer code from disk to RAM to execute it doesn't mean the address space is going to be a free-for-all. The notion of dynamic temporary storage is still useful and will be enforced at the OS level. This is what the Palm OS does, IIRC.

      --

      Karma: Good (despite my invention of the Karma: sig)
    6. Re:Great. by Dakkus · · Score: 1

      You don't really have to recover from any Windows crashes if you're not using it. It's that simple.

    7. Re:Great. by Anonymous Coward · · Score: 0

      My TV takes a few minutes to warm up. I turn it on and after a few minutes I get a picture. I should probably get a new one.

  4. Extra hour a day by ruisantos · · Score: 1

    You are running windows ? right ?

    .I would write a signature but I don't remember one.

  5. We already have this... by swordboy · · Score: 3, Insightful

    My Win2k boxen are stable enough to be up for months without a reboot. What I need is a box that I can leave on 24-7 and not have to worry about energy consumption. These things are expensive to leave awake all day. Seriously. Do the math.

    --

    Life is the leading cause of death in America.
    1. Re:We already have this... by GigsVT · · Score: 3, Informative

      I did, and it's about 30 dollars a year, assuming the worst case, that your computer is consuming 300 full watts all the time, which it isn't.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    2. Re:We already have this... by Anonymous Coward · · Score: 0

      You mean $300 / year, right?

    3. Re:We already have this... by swordboy · · Score: 1, Redundant

      No... Using the rate guide for my locale, I come up with a minimum charge of $0.08221 per kWh. Based on a 24-7 use of 300 watts, I come up with nearly $18 per month. That is not cheap but I'd like to know where you get your numbers from.

      --

      Life is the leading cause of death in America.
    4. Re:We already have this... by pointwood · · Score: 2

      I bet the energy consumption of this is much lower than a harddisk which means it will mean it will be less expensive

      Besides that, yes, having computers turned on 24/7 (which my box is - I want it to be available *now* not 5 minutes after I need to lookup some info!) - just ask people with computerfarms. I'm personally involved in the Ars Technica Distributed Computing Community and there are a lot of people with pretty large home farms. There is a lot of things to consider if you want to build a farm - the critical part of it is how you get the best performance for the smallest amount of money. This includes the the energy bill - removing as much hardware as possible.

    5. Re:We already have this... by Anonymous Coward · · Score: 0

      Try again. .3kW * 24hours * 365days * .05cents/kW*hr = $131.40

    6. Re:We already have this... by Hobbex · · Score: 2


      Around here, a three year fixed price will get you 2.3 cents per kiloWatthour. One year is 8766 hours, so 300 Watts draws 2629.8 kWhs per year, or about $60. So the original poster gets a better price for electricity then I do (I live in a country with high energy taxes and no fossil fuel electricity), but I can't believe it would cost $300 anywhere.

    7. Re:We already have this... by Anonymous Coward · · Score: 0
      So what you want is this memory technology.

      Think about it - a computer that keeps it's memory while off can just use Wake up on LAN to serve information, then it can turn off again. Hopefully, this will mean less CPU cycles being lost, simply because when the PC's off, the CPU is off too - hence hopefully, small bursts of CPU usage should be possible without using the fan. Voila! One energy-efficient PC...

    8. Re:We already have this... by at_18 · · Score: 5, Informative

      I found that Watt numbers on the power supply are quite a bit more than the real consumption. The number is the maximum allowed, and is reached only during start-up, if ever.

      To make an example, I admin a small Linux cluster with 6 PCs. Each of them is a 1.3 Ghz Thunderbird, with 1.5 gigs of PC133 RAM, an average HD, and a 300W power supply. Most of the time the processors are at 100% load.
      All 6 machines are powered with a 2000 VA UPS. An UPS like that is capable of delivering around 1600 Watts, but the load indicator never surpassed the mid level. So I would say that 150 Watts are more than enough for an average PC to operate. The 300-400 watts are for booting the things and spinning the drives up.

    9. Re:We already have this... by Anonymous Coward · · Score: 0
      At the office I have a Pacific Science and Technology plug logger (we're an energy consulting firm). It's basically a power transducer that you can plug 115 VAC equipment into.


      Right now I've got my entire desktop power strip pluged into it, (PC [Pentium II - 400], 19" monitor, speakers and subwoofer).

      It's only consuming 142 watts. In NY, we average 12.5 c/kWh so thats only $155/year.

    10. Re:We already have this... by Anonymous Coward · · Score: 0

      I live in the suburbs of Philadelphia, PA, USA and pay 9.2 cents per kilowatt-hour, which works out to about $250/year for a 300Watt draw.

    11. Re:We already have this... by Anonymous Coward · · Score: 0

      Yes, but 150 W is 24*150/1000 = 3.6 KWh/day.

      In Silicon Valley, a KWh costs about $0.15.

      So that's 3.6*0.15=$0.54/day.

      That's about $16/month, and about $195/year.

      So keeping your PC on 24/7 versus, say, 8/7 costs
      you 2/3*$195, or about $130 per year.

      That's not a huge amount of money, but it's not
      "in the noise" either for many people.

    12. Re:We already have this... by Beliskner · · Score: 1

      Simply switch off your monitor. That'll cut the power by 60-200 watts. The main case itself will not consume much unless you're running an Itanium mobo

      --
      A caveman dreams of being us, the incalculable power and riches. We dream of being Q, then what?
    13. Re:We already have this... by crevette · · Score: 1

      Welcome to Bermuda.

    14. Re:We already have this... by Alsee · · Score: 2

      2.3 cents per kiloWatthour... I live in a country with high energy taxes ... I can't believe it would cost $300 anywhere.

      I live on Long Island, New York. We get our electricty from LIPA - Long Island Power Authority. If you Google search "Lipa rate" "cents per kWh" the first two links are from a 1998 proposed cut from 15.23 per kWh to about 12 cents per kWh. The third link from this year quotes 16.8 cents per kWh. Proposed rate cuts are wonderful, aren't they?

      The electricty situation here is STUPID . Part of the problem is that they spent a fortune building a nuclear plant. Then when they finished, everyone decided they didn't like nuclear power and they spent another fortune dismantling it.

      Getting back to the topic, 300 Watts at a rate of 16.8 cents per KwH costs about $442 per year.

      On the bright side, you're energy taxes don't seem quite so high anymore, do they? LOL.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    15. Re:We already have this... by Anonymous Coward · · Score: 1, Interesting
      but I can't believe it would cost $300 anywhere.

      I just assume that electricity costs about 10 cents per kilowatthour. That's pretty close to what it is here, disregarding your disbelief. It costs a similar amount of money to install solar panels and get "FREE" electricity. But I've heard that it takes as much electricity to make a solar panel as all the electricity you'll ever get out of it in its useful life.
    16. Re:We already have this... by GigsVT · · Score: 1

      I do amend my post, it was $83 a year for a full 300 watts, $30 a year is the realistic figure.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    17. Re:We already have this... by RFC959 · · Score: 2

      Or an SGI Indigo2. The whole world is not x86.

  6. But..... by Deag · · Score: 2, Interesting

    How else are we supposed to fix things when everything just stops working...

    Rebooting is always a great way to fix things.... they even used it one of the star trek's once.

    And how the hell is windows supposed to work?

    1. Re:But..... by gazbo · · Score: 5, Interesting
      I also read the /. writeup as being some miracle cure for OS crashes or the like. In fact, it's just non-volatile memory.

      So, when you turn off/on your PC, you don't need to reboot, it can just put you right back where you were instantly. Unfortunately, in the context of a crash/instability, this would put you right back in an inoperable/unstable environment.

      Bad writeup.

    2. Re:But..... by Anonymous Coward · · Score: 0

      what rebooting? 09:18:38 up 348 days, 22:04, 4 users, load average: 2.34, 1.20, 1.44

    3. Re:But..... by DustMagnet · · Score: 1

      A better title would have been "The End to Booting." Rebooting implies the machine is already booted, so NVRAM doesn't matter.

      --
      'SBEMAIL!' is better than a goat!!
    4. Re:But..... by Spy+Hunter · · Score: 2
      Unfortunately, in the context of a crash/instability, this would put you right back in an inoperable/unstable environment.

      Dude, why is everyone so worried about this? Isn't it obvious that you could just have a "memory reset" button? Hmmm, maybe it isn't as obvious as I thought!
      [rushes off to file a patent]

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    5. Re:But..... by gazbo · · Score: 2

      Yes it is obvious, but I was arguing against the misleading title, not the usefulness of the non-volatile RAM.

    6. Re:But..... by spectecjr · · Score: 1

      what rebooting? 09:18:38 up 348 days, 22:04, 4 users, load average: 2.34, 1.20, 1.44

      I hope that's a server, and not a home machine - 'cos otherwise you're wasting a whole load of energy.

      Simon

      --
      Coming soon - pyrogyra
  7. But... by johnburton · · Score: 2

    But we can pretty much do this at the moment by using the various suspend and hibernate options. Ok, so it's a different technology but the effect is the same. But nobody not using a laptop ever does.

    --
    Sig is taking a break!
    1. Re:But... by gokulpod · · Score: 2, Informative

      True, but suspend still drains power from a battery, and hibernate uses hard disk space. Besides, even from hibernate, you need time to read data from Hard disk, which does take some time.
      This solution will mean no power consumption and no data loss. Plus, heat inside a casing will greately reduce. Plus computers can get smaller and big bulky hard disks vanish.

      --
      My mom never taught me to sign.
    2. Re:But... by G-funk · · Score: 2

      But we can pretty much do this at the moment by using the various suspend and hibernate options. Ok, so it's a different technology but the effect is the same. But nobody not using a laptop ever does.


      That would be because 8/10 times, your computer doesn't come back when you try to wake it up.

      --
      Send lawyers, guns, and money!
    3. Re:But... by F�an�ro · · Score: 1
      But we can pretty much do this at the moment by using the various suspend and hibernate options. Ok, so it's a different technology but the effect is the same. But nobody not using a laptop ever does.
      Why do you think nobody is using it?
      Since I got win2000, I use hibernate exclusively on my PC. Of course I have to reboot it every 2 weeks, because it runs out of resources (really!)
    4. Re:But... by balamw · · Score: 1
      Ditto, I also use hibernate on my home W2k box when I'm not using it. Thus, I think I'd enjoy speeding up the time it takes to resume using MRAM rather than the hard disk.

      I used to use suspend, but my 802.11b interface doesn't seem to like that... The system just shuts down as soon as it comes back from suspend. (Previously had a similar problem with my old sound card).

      This kinda defeats the purpose of suspend/hibernate.

      That said, with the relative low cost of 512M CF cards, wouldn't it be easier now to use one of those in an IDE to CF adapter to store the hibernate file? (I guess this wound't work if you have 512M of RAM due to the fs overhrad required?)

      Balam

    5. Re:But... by Anonymous Coward · · Score: 0

      I use hibernate practically every day to bring my laptop from work to home and then back again for the last 1 1/2 years. In all this time, I have never had it "not come back". This is Windows 2000.

      I have had problems with suspend on WinME, but WinME is shit anyway.

      Anon because I'm modding.

    6. Re:But... by nkuitse · · Score: 1
      But we can pretty much do this at the moment by using the various suspend and hibernate options. Ok, so it's a different technology but the effect is the same. But nobody not using a laptop ever does.

      That would be because 8/10 times, your computer doesn't come back when you try to wake it up.

      That was true of my old computer, too, but recently I got a new one (dual 1GHz G4 Mac) that doesn't have that problem. (What's more, it wakes up very quickly, usually in 4-6 seconds.)

      The fact that I can just leave it on all the time has really changed my habits: I sit at my computer for much shorter periods of time, which means I don't get as much muscle fatigue and as I used to; I can go do something else for a while to clear my thoughts when stuck on a problem, so I don't code/etc. obsessively as much as I used to; and by and large I just waste a lot less time in front of my computer.

    7. Re:But... by G-funk · · Score: 2

      Well of course it's not a suprise that you actually can do it on an apple ;-)

      --
      Send lawyers, guns, and money!
  8. the downtime by perdida · · Score: 5, Interesting

    Like your computer, you need downtime (sleep, walking the dog, eating, etc).

    If you are an avid computer user, you may only get your downtime when your computer is rebooting. This is especially true in workplaces where people are "chained" to their computers trying to finish a project, etc.

    Those ergonomics posters on the wall do very little to get an average 'puter user to take care of themselves.. reboots served some of this purpose.

    (Maybe that is why windows crashes so much - it's Bill Gates' gift to the employee!)

    In any case, perhaps all offices should institute a staggered mandatory 15 minute inactivity period every couple of hours for each active computer.

    1. Re:the downtime by blankmange · · Score: 2, Funny

      You are right -- I guess I have never seen it in that light before. Having to reboot is Bill Gates' way of saying "You have spent too much time on the PC, reboot and back away... and don't sue me for your RSI's"... It's a feature, not a bug.... kewl!

      --
      ...we are from the government - we are here to help...
    2. Re:the downtime by sweet+reason · · Score: 4, Funny

      perhaps all offices should institute a staggered mandatory 15 minute inactivity period every couple of hours for each active computer.

      the sysadmin of a server farm would never move again!

      --
      Everything should be made as simple as possible, but not simpler. -- A.E.
    3. Re:the downtime by wiredog · · Score: 2

      Some States have that law, for hourly employees at least. In Utah it was 10 minutes per 4 hours.

    4. Re:the downtime by Aceticon · · Score: 2

      In any case, perhaps all offices should institute a staggered mandatory 15 minute inactivity period every couple of hours for each active computer.

      This is actually law in some countries (for example Holland). In practice, especially for IT workers, it's not followed - mostly is a question of work culture and ignorance. Still, around here nobody (much less your manager) will comment if you do a pause once in awhile.

    5. Re:the downtime by Peyna · · Score: 2

      The people I support here love it when I come around to do routine maintenence on their workstations. They get a free 15 minute break or so and wish I could stay around longer.. ah. Now if I could somehow rig my computer to fail once a day so I can spend 2 hours 'working' on it....

      --
      What?
    6. Re:the downtime by jedrek · · Score: 2

      Here in Poland it's 15 for 2 hours of computer work.

      Of course, that's in you're not a contract employee like 80% of the people working in the CS industry are.

    7. Re:the downtime by Beliskner · · Score: 1
      perhaps all offices should institute a staggered mandatory 15 minute inactivity period every couple of hours
      This is UK law. 15 minutes every hour for computer work. Not giving this is a violation of the law.
      --
      A caveman dreams of being us, the incalculable power and riches. We dream of being Q, then what?
    8. Re:the downtime by Jaysyn · · Score: 1

      That's actually OSHA state law in Florida, even though most companies won't go out of there way to tell you...

      Jaysyn

      --
      There is a war going on for your mind.
    9. Re:the downtime by themassiah · · Score: 1

      Install Windows 98 :)

      --
      - Sometimes you're the pidgeon, sometimes you're the statue.
  9. "Don't know what I'm gonna do with an extra hour?" by acroyear · · Score: 2

    Easy -- get a second job, 'cause its probably going to cost all the extra cash you have to get stuff built with this, just because of the patent licensing rights...

    --
    "But remember, most lynch mobs aren't this nice." (H.Simpson)
    -- Joe
  10. eh? by giminy · · Score: 3, Insightful

    This seems like a bad bad title. This stuff is persistent RAM, so it won't help you if you need to reboot after recompiling a kernel. Also, this article doesn't mention getting rid of POST...most computers stuff some data into memory and check it to make sure your ram is still working. Would be kind of hard to check your memory if it has stuff in it that you don't want to lose.

    --
    The Right Reverend K. Reid Wightman,
    1. Re:eh? by seann · · Score: 1

      well..
      it may take a bit longer
      but bit by bit, it could write/read/rewrite memory in the main memory, eg:

      read ramstick1:6gigs:0000000000001,RamCacheTempChipThat sNewAndJustInvented

      write ramstick1:6gigs:0000000000001,1

      true(ramstick1:6gigs:0000000000001,1)

      write ramstick1:6gigs:0000000000001, RamCacheTempChipThatsNewAndJustInvented

      That way it'd still check to see if the memory had no errors, and it would just read/write bit by bit at a time each part of the memory, but first backing the bit up on a special new fast chip, or some jazz.

      --
      I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
  11. Bad title for the article by qurob · · Score: 5, Insightful


    It just talks about memory that doesn't lose state when you hit the power button on your PC.

    We've got to invent perfect software that can run forever without needing to be restarted, first.

    1. Re:Bad title for the article by buzban · · Score: 1

      good point...if the stuff loaded into the memory is bad, then you still need to reboot. The memory may not be volatile, but that doesn't help you if you don't want to keep what's in there...and if your computer's dying, you may not be able to reload the memory (computer not responding). still sounds like rebooting will be very necessary, in my reading of the article.

    2. Re:Bad title for the article by jafuser · · Score: 3, Insightful

      When will this idea go away? Haven't you ever thought of the possibility that perhaps something in the BIOS would reset those memory addresses when you do a "reboot"?

      --
      Please consider making an automatic monthly recurring donation to the EFF
    3. Re:Bad title for the article by naasking · · Score: 1

      You can still restart programs in persistant RAM you know... A computer would be pretty useless without that feature.

  12. rebooting will not die, yet. by PineGreen · · Score: 5, Insightful

    Well, rebooting is MUCH more that just recovering the memory content!!

    We could easily dump the memory contents onto the hard drive straigh away and we are not doing it (except in laptops, but even there it doesn't always work) This is because rebooting reinitializes various devices and takes care of the time jump (i.e. crons, anacrons, etc). The more complicated your system is the less likely it is that you are going to survive without booting.

    Also, computers are now 1000 times faster than 10 years ago and they take much more time to boot (DOS did it in seconds on 286).

    1. Re:rebooting will not die, yet. by vrmlknight · · Score: 2, Interesting

      on your DOS 286 did you ever try to load any TSR's or drivers for say sound or yes a network card (ok you got me it was a 386.) Hell have you ever booted a dos6.2 dos recovery disk it takes forever to load mouse and cd drivers it takes just as long for me to load WinXP on my laptop as any other os. If you are about to say strip it down yea it loads great if I load dos 6.2 w/ no drivers or anything I cant do much.. same thing w/ XP now just because this is slashdot I need to mention linux so if you have a stripped down version of linux it will load very fast unlike redhat (also had to mention redhat) which load very slow unless you tweak it, now that striped down version of linux you are running will run very well for what you tweaked it for but not for other general stuff.... That's just my opinion I could be wrong

      --
      This must be Thursday, I never could get the hang of Thursdays.
    2. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0

      Does your keyboard's period button not work?

    3. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0

      no i like run on sentances to piss you off my shift key dont work either

    4. Re:rebooting will not die, yet. by Rogerborg · · Score: 4, Interesting
      • We could easily dump the memory contents onto the hard drive straigh away and we are not doing it (except in laptops, but even there it doesn't always work)

      Uh, have you seen WinXP's hibernate feature? On my 256Mb Athlon desktop, it writes the RAM to disk and shuts down in under five seconds, and comes back up (from wakeup keypress, through POST, then writes disk to ram) and is fully usable in twelve seconds. I've hibernated it with dozens of running processes and services, and not yet seen any problems on restore. I even took it down and brought it back up during a game of Deus Ex, and just kept right on playing where I'd left off.

      Given a reasonably reliable OS, you should only be wiping the RAM when the system changes significantly, e.g. switching kernels or hardware. XP's hibernate feature demonstrates that merely turning the power off shouldn't require you to shut anything down. Unfortunately, I've yet to see anything that works as well on my linux boxen, including my laptop. Suggestions gratefully received!

      --
      If you were blocking sigs, you wouldn't have to read this.
    5. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0

      DAMN boy!

      I wish I had moderation points right now!

      Three mentions of Linux and two of Redhat.. Your post should be up at +5 Insightful 5 minutes ago!!

      :-)

    6. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 2, Insightful

      I have to back that up. Granted, I've had problems with it on Win2k, nowadays it works like a charm (very mysterious since I've only installed new games and silly stuff like ADSL).

      Linux is way, way behind Win2K and WinXP. Too bad some people's egoes are too stuck up where the sun don't shine to admit it. I have much more respect for people who run Linux because it's Free Software (as in GPL/open source). Generally, Linux is playing catch-up when it could have been superior. It's just a matter of standardizing the platform (APIs, toolkits, wheels) a bit more. But how do you do that when everybody is working on their own thing? I think Linux is great when you want to learn CS, but it's not for the common man yet.

      It's a bit unfair to bash "linux" though. "Linux" is doing okay, it's a very nice performing kernel.

    7. Re:rebooting will not die, yet. by mestar · · Score: 0, Offtopic
      i wonder why was this moderated to -1, flaimbait?

      well, the parent said this:



      I have to back that up. Granted, I've had problems with it on Win2k, nowadays it works like a charm (very mysterious since I've only installed new games and silly stuff like ADSL).



      Linux is way, way behind Win2K and WinXP. Too bad some people's egoes are too stuck up where the sun don't shine to admit it. I have much more respect for people who run Linux because it's Free Software (as in GPL/open source). Generally, Linux is playing catch-up when it could have been superior. It's just a matter of standardizing the platform (APIs, toolkits, wheels) a bit more. But how do you do that when everybody is working on their own thing? I think Linux is great when you want to learn CS, but it's not for the common man yet.



      It's a bit unfair to bash "linux" though. "Linux" is doing okay, it's a very nice performing kernel.

    8. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0
      I have to back that up. Granted, I've had problems with it on Win2k, nowadays it works like a charm (very mysterious since I've only installed new games and silly stuff like ADSL).

      Linux is way, way behind Win2K and WinXP. Too bad some people's egoes are too stuck up where the sun don't shine to admit it. I have much more respect for people who run Linux because it's Free Software (as in GPL/open source). Generally, Linux is playing catch-up when it could have been superior. It's just a matter of standardizing the platform (APIs, toolkits, wheels) a bit more. But how do you do that when everybody is working on their own thing? I think Linux is great when you want to learn CS, but it's not for the common man yet.

      It's a bit unfair to bash "linux" though. "Linux" is doing okay, it's a very nice performing kernel.
      (Score: -1, Flamebait)? I'd say the parent comment is closer to insightful than it is to flamebait. It is well-reasoned and devoid of the blind zeal that characterizes flamebait.
    9. Re:rebooting will not die, yet. by ivan256 · · Score: 2

      When's the last time you ran windows 98 or earlier. Remember how long it took to boot? My windows 98 box boots in less then 10 seconds (Sony vaio z505js) and linux on the same box boots in less then 5 seconds after POST (I'm not talking about a typical redhat install that starts every service known to man. It's quite minimal). Anyway, my point is this: 12 seconds for a "Fast restore" blows. It should be *booting* in less time then that, you *can* be booting in less time then that, and you don't have to deal with the annoyance that is windows XP to do it.

      On your linux box you should be able to completely restore you session from boot in less time then windows XP is restoring from "hibernation". You just need to disable all the stuff that init is running that you don't use, and configure your window manager and applications correctly. There is no reason you shouldn't be able to log out and back in and have your session exactly as you've left it. Unfortunatly, if you want hibernation you need to get a PC with bios support for it, or you need to get a mac, on which linux will wake from sleep in less then 1 second.

    10. Re:rebooting will not die, yet. by Rogerborg · · Score: 2
      • My windows 98 box boots in less then 10 seconds (Sony vaio z505js) and linux on the same box boots in less then 5 seconds after POST [...] 12 seconds for a "Fast restore" blows.

      Sigh. 12 second including POST. And that's not "until you see the desktop". It restores to exactly the same state it was in when you shut it down, and is immediately available. That's a big difference; it's a genuine pause button.

      Incidentally, what's your problem with WinXP? You're advocating booting a stripped down linux as an alternative (did you not read my point about "dozens of running processes and services"?) so I assume you'd accept that you can strip XP down until it's effectively Win2K. You seem to be more anti-XP than pro-any other solution. I like linux, but that doesn't mean that I have to hate XP, or to pretend that XP hibernate is a wonderful feature that I'd really like to see on my linux boxen - as I described it. Now, let's go again. Do you know of any linux solution that does effectively what XP hibernate does?

      --
      If you were blocking sigs, you wouldn't have to read this.
    11. Re:rebooting will not die, yet. by Kallahar · · Score: 2

      Win2000 also has hibernate. It's the primary reason I upgraded from 98 to 2k! Hibernate is the best feature since ... ever! :)

      Seriously though, the ability to turn off my computer at night, and come back in the morning and still have all my windows come up, all my files still be open, even winamp will immediately continue playing when the computer boots up. The only drawback is that all your hardware has to support it, if I plug in my TV Capture card I can't hibernate anymore.

    12. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0
      Now, let's go again. Do you know of any linux solution that does effectively what XP hibernate does?

      Just use a laptop that does hibernation in hardware. Most will hibernate linux just fine... if you weren't foolish enough to delete the special "bibernation" partition when you installed your Linux. The way it works (I suppose) is that it uses the processor's system management mode to go into some kind of super interrupt mode that even the OS can't catch, and from there on it is the BIOS that writes the mem from disk. Later on, when you switch it back on, the reverse happens, and to the OS it just looks like it returned from a (really long) SMM interrupt. Oh, and maybe a couple of devices IO registers might have a somewhat funny state, but nowadays most devices are suspendable (i.e. the entire state can be read out and written to disk, and restored as is later on), and for the others the OS' device drivers should be able to cope.

    13. Re:rebooting will not die, yet. by lorax · · Score: 1

      You could try the software suspend patches. Allows any hardware to suspend without hardware support (so it will work on desktops too) I think it does some nice stuff to try and minimize the suspend image (like swapping all processes out first) but don't know if it is stable. The homepage is Software Suspend
      .

    14. Re:rebooting will not die, yet. by Phroggy · · Score: 1

      Just have to point out that Mac OS has a "Sleep" feature that has been working just fine for several years, and on certain newer systems will also write the contents of RAM to the disk and shut down completely. On newer Macs, the power button doubles as a sleep button, since Apple figures you shouldn't ever need to shut down your machine unless you plan to unplug it - and if you need to do that, there's a menu option to shut it down via software.

      The only real problem is that, obviously, any active network sessions die. You'll get a warning if you try to put the system to sleep while an AppleShare volume is mounted, but there's no warning for anything else. Since the system can be set to sleep after idle time, this means a large download could be aborted if you walk away for long enough.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    15. Re:rebooting will not die, yet. by ivan256 · · Score: 2

      By stripped down linux I don't mean you take away any functionality that an end user would take advantage of, I mean you take away the cruft included by default in certain mainstream distributions that takes time to start, but you'll never use. That, and I completely understood what you meant with the running processes and all. It is possible to automatically restart the processes into their existing state. Since I posted, I have also learned learned that a patch that provides XP-style hibernation exists for linux. I have not tried this yet, so I cannot comment on it's speed.

      Let's recap what I said: I think 12 seconds is slow. I can demonstrate comprable configurations with other operating systems (Previous versions of windows included) that are faster, while only compramising the most questionable of functionality (there is some application support required, but there are few applications that don't have the required support). In fact, I mentioned windows 98 as an example before mentioning linux because I assumed that if you were running windows you wouldn't be interested in a non-compatable solution. I did not advocate linux as an alternative to XP, I advocated windows 98 as an alternative to XP.

      Furthermore, I mostly blame the lack of uniformity among "standard" x86 machines, and the baggage contained in the PC BIOS for the hacks that masquerade as support for "instant-on" features. Microsoft should not have had to do what they did to get machines to sleep. All recently produced DRAM chips support auto refresh, and with trivial implementation on the hardware side a system could sleep for weeks with almost no power, and then turn back on in miliseconds. I've seen many "solutions" to the problem on the x86 platform, and I've never seen anything come close to the simple, elegant, solutions I've seen on other redily available architectures. Hopefully the move to EFI on x86 will solve the problem, but it's looking like we'll end up yet another standard way to make basic funcionality propriatary (read: broken)

      The anti-XP comments I made, while are potentially discrediting to my opinion, are beside the point and completely oftopic. If you'd like to know why I don't like about windows XP, I'd be happy to share my opinions on the matter with you in a more apropriate forum. You have my e-mail address.

    16. Re:rebooting will not die, yet. by jafac · · Score: 2

      telnet and ftp sessions still open?

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    17. Re:rebooting will not die, yet. by Cyno · · Score: 1


      Standard APM on Linux on my toshiba laptop (designed for Windows XP and ACPI) works in less than 12 seconds. Its probably more like 5, even with 8 workspaces running galeon, openoffice, the gimp, anjuta, and various terms and gnome apps. I have to shutdown gkrellm, xmms, gmix and rmmod trident because APM kills the sound card. And at first I couldn't find an accelerated video driver, because Trident never made one for Linux and never gave the XF86 guys documentation on their Cyberblade XP chipset. But they got that worked out now, about a month after I bought it I found an accelerated driver online (even without acceleration it was usable, portable 20GB / 1.1Ghz server w/ simple VESA frame buffer). Now it works great! And I bet when I get around to compiling a kernel of my own I'll get ACPI to work and suspend and resume maybe as fast as OSX on a G4. Now that's fast! Before you open the G4 completely its already reloaded, ready and waiting for you. But I'll stick with Linux. :)

    18. Re:rebooting will not die, yet. by damien_kane · · Score: 1

      Much of the reason a recovery disk or DOS boot disk takes so long to load is because of the speed of the device from which the bootstrap, kernel and shell are being loaded.

      Although floppy drives have gotten (marginally) faster over the years, they are still incredibly slow (especially by today's standards.)

      If it takes 5 seconds to read the bootstrap, kernel and shell (IO.SYS, MSDOS.SYS, COMMAND.COM respectively) off of the disk, then no matter how fost your POST routine is, your absolute minimum time to reach command prompt is 5 secs, and thats for the This gives you no services (aside from mouse), no network support (DOS network drivers are insanely huge), just a bare command prompt.

      If you want faster boot times off of a floppy... the first thing you have to do is lose the floppy...

    19. Re:rebooting will not die, yet. by sheldon · · Score: 2

      My Windows XP box boot time from me pressing in the power button until I see the logon prompt is just under 20 seconds.

      I rarely use the Hibernate feature since I leave my machine on all the time and only reboot for occasional OS patches.

    20. Re:rebooting will not die, yet. by LoveShack · · Score: 1

      I very rarely have reason to keep telnet and ftp open. I do know that AOL Instant Messanger doesn't even realize that it's not been running for a while.

      An XP user who uses AIM...yeah, I'm a terrible person.

    21. Re:rebooting will not die, yet. by Kallahar · · Score: 2

      on this end, yes, but on the other end it has timed out. For example, if I leave mIRC open and connected when hibernating, I simply time out after a few minutes from the server. When I boot back up, it things I got disconnected and connects right back up.

      Now... I wonder if I can download from an ftp site with my computer off... :)

      Travis

    22. Re:rebooting will not die, yet. by blackwizard · · Score: 1

      For protocols that don't use any sort of keepalive, they might still be open. I've had SSH sessions stay open between hibernating Win2k on my laptop.

    23. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0

      But you can have the G4 AND linux :)

    24. Re:rebooting will not die, yet. by juhaz · · Score: 1

      If you strip XP down until it's Win2k, why use the XP in first place - what the hell does it have that w2k doesn't, excepting all that useless and bloating eyecandy?

    25. Re:rebooting will not die, yet. by juhaz · · Score: 1

      Most of the time, it's not really the hardware that doesn't support it, but the crappy windows drivers.

      I've got paraller port scanner that has onspec scsi adapter chip on it, in Linux, I can load/unload that module whenever, which is just what hibernate support needs, but the windows driver of the same thing still prevents all hibernate attempts.

    26. Re:rebooting will not die, yet. by Anonymous Coward · · Score: 0

      I like XP's hibernation. I just hate everything else about it. It suckz on its "file sharing" capability with the rest of my network, doesnt seem to like when I tell it to close an application and crashes intermittently because of a recent IE patch.

      If only there were equivalents to Quark and Adobe Photo Shop for Linux, I would get rid of XP all together.

  13. Doesn't matter by kpetruse · · Score: 1, Troll

    Windows has to be rebooted not because of the type of memory used, but the way it handles it. You could have the quickest, most efficient memory around and Windows would still make a pigs ear of dealing with it.
    Unix boxes use exactly the same type of memory as PC's but the kernel is rather better at managing it...
    Still, this memory would be great in a little Network Walkman - better than the 64Mb in my one!

  14. what are you gonna do? by zaren · · Score: 1

    Heck, I thought that was a given...

    That's an extra hour for UT (Tactical Ops mod, of course)!

    ----------
    Aww, FSCK!

    --
    Come to the University of Mars! Classes starting soon!
    1. Re:what are you gonna do? by Anonymous Coward · · Score: 0

      Ah TO is full of cheaters, you know your waiting for SAS to be released, we all are.

  15. Ummm a little question by CDWert · · Score: 2

    What the hell am I gonna do when the boss comes in and my puter is off and I tell him, oh im just rebooting.

    Second, isnt resistor logig analog, and not binary (transistor) ?

    --
    Sig went tro...aahemmm.....fishing........
    1. Re:Ummm a little question by Izmunuti · · Score: 2, Informative

      Transistors ain't analog? You go down to a low enough level and everything's analog. The binary part just means there are two states we can map '1' and '0' to: two voltages, two current levels, two different resistor values, two different amounts of charge, etc. These magnatite thingies can probably be put in (at least) two states with different resistances. To sense it, they run a little bit of current through it and measure the voltage on the output. Or something like that.

    2. Re:Ummm a little question by JohnnyDoesLinux · · Score: 1

      Remember that digital electronics is just emulation by analog circuits...

    3. Re:Ummm a little question by ari_j · · Score: 2

      I'm pretty certain that my practice (guitar) amp is solid-state, but not digital. The amplified sound coming out of those transistors sure sounds analog to me, at least. :)

    4. Re:Ummm a little question by CDWert · · Score: 3, Interesting

      True, you could pull different values (aka 1, 0, hell 2, 3, 4, 5) if you want) from resistance values.

      I guess never having worked with resitance values as absolute, It never crossed my mind good point.

      I think (I may be wrong) these magnatite are almost like "core memory" from days long gone, where a single bit was represented in memory by a single wound ferrite core, and I guess like you said pull distinct values from diffferent residtance values.

      This sounds, upone rereading the article, even more like core memory on a film.

      My dad saw, and showed me picture, yes im that old, of core memory being produced at IBM , thousands of ferrite cores beinghand tested and added to boards. Not bad in concept , but then again bubble memory for those old enough to remeber was a great concept too, there is still one Bubble manufacturer out there I am aware of upwards of 2 gigs, theyre using it as a solid state drive instead of ram (non-volitaile with somethinglike a 500? G shoch rating ?!?!)

      --
      Sig went tro...aahemmm.....fishing........
    5. Re:Ummm a little question by CDWert · · Score: 2

      true, so is a one transitor raido, analog as well.

      BUT the way transistor logic, logic being the keyword, is APPLIED to computing is what I spoke of and is certainly digital in nature in that application.

      I however missed the point one of the above posters made of using resitance values in a binary mode. I have built both binary and analog computers, I have a fondness of Analog computing, I never thought to apply only 2 DISTINCT values to a resitance representation.

      --
      Sig went tro...aahemmm.....fishing........
    6. Re:Ummm a little question by hardburn · · Score: 2

      This seems to be a pretty good intro to resistor logic.

      --
      Not a typewriter
    7. Re:Ummm a little question by Nygard · · Score: 2

      Carver Mead at Caltech used to say that transistor logic is digital by design not by nature.

      What he meant is that transistors are inherently analog devices. We just run them at full saturation levels (almost) all the time, so that the output is flat.

      He went on to demonstrate that rather impressively by building the first neural networks in VLSI, by using CMOS transistors operating in the near-linear response range. (This was more than 10 years ago now, so I can't remember exactly when that was.)

      --
      "Genius may have its limitations, but stupidity is not thus handicapped." --Elbert Hubbard (1856-1915)
    8. Re:Ummm a little question by Anonymous Coward · · Score: 0

      In digital electrionics what makes it digital is the IC (integrated circuit) chip, which senses high or low voltage 0 volts or 5 volts. We have this range for a reason, so that we don't have to have perfect voltage going into it. Although it would be possible to create IC chips to recognize different level of voltages, then again we would have to have the circuits use a whole lot more volts to run it.

    9. Re:Ummm a little question by ari_j · · Score: 2

      Touche. :)

  16. Boot Times by qurob · · Score: 1

    C'mon now...I've seen 286's that took 10 seconds to just count up 640K of RAM during the POST!

    OLD personal computers simply turned on and gave you the OK prompt from the ROM BASIC.

  17. Well, almost. by WeirdKid · · Score: 1

    Seems like this innovation won't actually eliminate the need for rebooting, it will only keep your computer's state between power downs. This may or may not help you when your OS freezes.

    1. Re:Well, almost. by aonaran · · Score: 1

      It won't eliminate the need, it will eliminate re-booting thoght when your computer comes back on still in a BSOD no matter how many times you try to re-boot it. :)

    2. Re:Well, almost. by Advocadus+Diaboli · · Score: 1
      it will only keep your computer's state between power downs

      So its almost similar to the ACPI "S3" (save to RAM) or "S4" (save to disk) states.

      But what is really "power down"? Actually even in ACPI "S5" (power down) an ATX PC consumes around 4-5 watts of power. In the S3/S4 states it may consume a bit more, especially when the RAM is powered.

      But all this won't allow you to disconnect power. For example if your PC is part of a company network and you get your IP via DHCP, then the PC will "wake up" magically even when in S3/S4 on the moment when the DHCP lease has to be renewed. What is very senseful otherwise you risk double IPs on the net when a sleeping PC comes back to life.

      So if I really want to safe electricity I have to switch off the main power anyway and that means that any sort of preserved PC status can be totally invalid after I turn the PC on again for the next time. So I probably have to reboot, unless the software is able to reinitialize all dynamic assigned data after a "power on" event.

  18. How different is this than MRAM? by brokeninside · · Score: 5, Interesting
    IBM and Infineon expect to deliver MRAM in 2004.

    The press release doesn't really go into detail, so I don't know how similar (or disparate) the respective IBM and Samsung solutions are. They do both have the same net effect for users: non-volatile main memory.

    This is cool stuff, but what hasn't been said is that as long as operating systems and applications leak memory, there will be a need for reboots.

    Ciao.

    1. Re:How different is this than MRAM? by Surak · · Score: 2

      This is cool stuff, but what hasn't been said is that as long as operating systems and applications leak memory, there will be a need for reboots.

      You must be a Microsoft user.

      Some of us don't have that problem.


      [surak@tuxedo surak]$ uptime
      9:23am up 69 days, 15:33, 3 users, load average: 0.89, 0.87, 1.10
      [surak@rtuxedo surak]$ uname
      Linux


      See? :-P Who needs reboots? :) And the 69 days is only because I had to put a new hard drive in it due to running out of space on the old one. :)

    2. Re:How different is this than MRAM? by umeshunni · · Score: 1

      You must be a Microsoft user.
      Some of us don't have that problem.

      You must be living in the past.

      My machines( Sorry I didn't have uptime for NT) :

      Machine 1
      C:\>ver

      Microsoft Windows XP [Version 5.1.2600]

      C:\>net stats server
      Server Statistics for \\UMESH


      Statistics since 1/14/2002 7:59 PM

      Machine 2
      C:\>ver

      Microsoft Windows [Version 5.2.3621]

      C:\>uname -a
      Windows umeshu-test 5.2 SP0 x86 Intel_x86_Family6_Model8_Stepping6

      C:\>net stats server
      Server Statistics for \\UMESHU-TEST


      Statistics since 4/07/2002 12:26 AM
      Running fine for a week (since i set it up)

    3. Re:How different is this than MRAM? by rmadmin · · Score: 1

      [rmadmin@insecure rmalek]$ uptime ; uname
      8:39am up 417 days, 22:41, 2 users, load average: 0.00, 0.00, 0.00
      Linux
      [rmadmin@insecure rmalek]$

      Nope.. some of us don't have that problem =P
      Then again, its gonna bring a tear to my eye when I have to swap battery backups next week *sniffle*

    4. Re:How different is this than MRAM? by walt-sjc · · Score: 2

      Windows degrades over time. XP does too. Sorry. The heavier the use, the faster it degrades. If a computer just sits there, It may indeed stay up for a couple months. My record uptime for a linux box is over 2 YEARS. It finally needed a reboot because it had to be moved. This was a public HTTP server running MySQL, PHP, Apache, Sendmail, IMAPd, and a variety of other things. No firewall, never got hacked, never got a virus.

    5. Re:How different is this than MRAM? by brokeninside · · Score: 1
      Surak opined:
      You must be a Microsoft user.


      As if Microsoft were the only maker of software with this problem.

      Here's a clue: which ubiquitous hand held device commonly needs to be reset after twenty to thirty hours of use because the software gets all munged up?

    6. Re:How different is this than MRAM? by Anonymous Coward · · Score: 0

      % uptime

      1:55PM up 635 days, 4:30, 1 user, load averages: 0.03, 0.01, 0.00

      % uname

      FreeBSD

    7. Re:How different is this than MRAM? by Bishop · · Score: 2

      And I thought that my OpenBSD 2.7 uptime of 320 days was good. I was going to upgrade at one point but then it occured to me: just how much horse power does a single user imap box really need?

    8. Re:How different is this than MRAM? by weave · · Score: 2
      Ah, but I can beat that in just my instance of Opera running.

      [weave@homebox weave]$ uptime
      9:59am up 265 days, 17:11, 2 users, load average: 0.00, 0.00, 0.00
      [weave@homebox weave]$ ps -fp 9399
      UID PID PPID C STIME TTY TIME CMD
      weave 9399 9274 1 2001 ? 07:26:58 opera

      I fired up Opera when I booted the computer, been running ever since. The only reason I shut it down last year was to go on vacation for two weeks and it seemed prudent at the time...

    9. Re:How different is this than MRAM? by Anonymous Coward · · Score: 0
      Oh, bra-vo. I can lie too... watch:

      %uptime
      8:39am up 703 years, 22:41, 5 users, load average: 188.20, 302.50, 666.40

      And, I might add, it's pretty easy to run forever with the 0.00 load averages you have indicated.

    10. Re:How different is this than MRAM? by mpe · · Score: 2

      Windows degrades over time. XP does too. Sorry. The heavier the use, the faster it degrades. If a computer just sits there, It may indeed stay up for a couple months. My record uptime for a linux box is over 2 YEARS. It finally needed a reboot because it had to be moved. This was a public HTTP server running MySQL, PHP, Apache, Sendmail, IMAPd, and a variety of other things.

      There was a story about a netware server being lost for several years behind a partition wall. Indeed the idea of a computer needing frequent reboots is very much a Windowsism.

    11. Re:How different is this than MRAM? by tomstdenis · · Score: 1

      Um, memory leaks are not a symptom of the OS really. Fatal leaks [e.g. permanent] are.

      For example, if you load Moz and it leaks memory over the 69 days, that is hardly Windows fault. If you close the app and its still not freed back to the OS [and moz is fully killed] then thats windows fault.

      To the best of my knowledge windows does a good job of freeing process resources. I used to code TCP applications [e.g. tons of threads, etc..] when I was new to it I didn't realize you needed to "close" the handles threads get. So in the task manager I'd see my program thread count grow and grow.

      Needless to say when I killed the app all of the mem/handles were released back to the OS. [I have since fixed the bugs in my code...]

      Tom

      --
      Someday, I'll have a real sig.
    12. Re:How different is this than MRAM? by tomstdenis · · Score: 1

      Windows degrades over time.

      Says you. I routinely had my comp up for weeks at a time. May not sound like a lot but I also did alot with it. The only reason I did reboot [when I had the comp] was todo windows updates.

      If you use the right tools [e.g. apache not IIS, not ICQ or AIM or YM or MSN] then you really shouldn't see problems.

      I hate it when people make such stupid conclusions too.

      "never got a virus". Whoopy. Neither have I and I've been an avid MSFT user since DOS 5.0 came out [I was 10 or so then].

      The trick to not getting whacked by such things is to make sure you

      a) don't run programs from everyone
      b) Use tools known to be written well
      c) Keep an eye on resource usage
      d) Do regular software updates when possible.

      Even if you run Linux if you fail to follow those four basic rules you're swamped just the same.

      Tom

      --
      Someday, I'll have a real sig.
    13. Re:How different is this than MRAM? by tomstdenis · · Score: 0

      Indeed the idea of a computer needing frequent reboots is very much a Windowsism.

      Obviously you never update your kernel, and you're trying to pass as smart?

      Tom

      --
      Someday, I'll have a real sig.
    14. Re:How different is this than MRAM? by stripes · · Score: 2
      The press release doesn't really go into detail, so I don't know how similar (or disparate) the respective IBM and Samsung solutions are. They do both have the same net effect for users: non-volatile main memory.

      Pretty much, they might have different edge cases (MRAM might be as sensitive to outside magnetic fields as hard disks...resistor RAM might leak current if not touched for a few years), and they almost definitely will cost different amounts, which may spell life or death for them (unless there are significant speed/density differences).

      This is cool stuff, but what hasn't been said is that as long as operating systems and applications leak memory, there will be a need for reboots.

      True for the OS, not so much for apps because you can restart them without a whole reboot. Some even sort of do that on their own (at one point Apache's child processes would exit after X requests to prevent resource leaks from building up).

      The reduced reboot time might be a big deal for laptops, but the nonvolatile nature of the new RAM types won't matter for desktops until the price is low enough to pose a threat to hard disks. It won't pose a threat to normal RAM until it's prices approach that too...which makes it disappointing that none of these articles address the estimated price of these technologies and the projected price of SDRAM and hard drives in 3 years.

    15. Re:How different is this than MRAM? by Russ+Steffen · · Score: 1
      which ubiquitous hand held device commonly needs to be reset after twenty to thirty hours

      Oh, you mean PocketPC?

    16. Re:How different is this than MRAM? by Anonymous Coward · · Score: 0

      >> Indeed the idea of a computer needing frequent reboots is very much a Windowsism.

      > Obviously you never update your kernel, and you're trying to pass as smart?

      Perhaps you missed the word "frequent", so I highlighted it for you.

      Some servers only get a kernel upgrade once a year. And they get rebooted once a year.

    17. Re:How different is this than MRAM? by tomstdenis · · Score: 1

      Perhaps you missed the word "frequent", so I highlighted it for you.

      Some servers only get a kernel upgrade once a year. And they get rebooted once a year.


      More important than when you reboot is why.

      If I reboot every week because of an update then thats reasonable.

      If I reboot every day because the OS is a nightmare than that is not reasonable.

      If you actually use windows you will find its not as unstable as most would have you believe.

      Tom

      --
      Someday, I'll have a real sig.
    18. Re:How different is this than MRAM? by bpowell423 · · Score: 2

      speaking of netware servers... mine's been up for 107 days. Last time it was down because the electricity was out for several hours. And before that the last time it was down was, oh yeah, I remember... when I was unpacking it.

      Anyway...

    19. Re:How different is this than MRAM? by Longstaff · · Score: 3, Informative

      Just remember - the uptime counter rolls at ~497 days. :-)

      Scared the Hell out of me when I saw my DB server with an uptime of 23 days...until I realized that it had indeed been up for 520 days. This machine gets *hammered*, too.

    20. Re:How different is this than MRAM? by Paul+Komarek · · Score: 2

      As a fellow human, I would like to encourage you to continue shutting down computers when they're not needed, to save power. =-)

      -Paul Komarek

    21. Re:How different is this than MRAM? by el_chicano · · Score: 1
      I've been an avid MSFT user since DOS 5.0 came out [I was 10 or so then].
      I can understand using Micro$oft products when you are 10, but what is your excuse for using them NOW? :->
      a) don't run programs from everyone
      I guess you only use store-bought, shrinkwrapped software then, huh? I've run software written by "everyone" (and probably his dog and mother too) that I've obtained from Freshmeat and have not had any problems that could not be fixed by hacking the source.
      b) Use tools known to be written well
      *cough* Outlook *cough*
      c) Keep an eye on resource usage
      The only time I need to do this is when I run Windows under VMWare on Linux. Who would have thought that 256 Megs would not be enough RAM!
      d) Do regular software updates when possible.
      On the Linux server I administer I have had to update a few packages as potentially exploitable vunerabilities become known (SSH, PHP, etc.) but certainly not on a "regular" basis.

      On my home computer I have gone from Mandrake 8.1 to 8.2, and I will do so on my workstation at work as soon as I get a little downtime. Why "update" when you can upgrade, especially if it essentially costs you next to nothing (given that the needed bandwidth was provided by work and the cost of three CD-Rs is $1.50 max)?
      --
      A man who wants nothing is invincible
    22. Re:How different is this than MRAM? by Anonymous Coward · · Score: 0

      Either your sadistic or your a troll. I cant believe someone would brag about a week uptime. Ok, now open up word and excel, close them both, repeat 2 more times, and repost your uptime.

  19. how does this mean faster downloads? by TechnoLust · · Score: 5, Insightful
    holds the promise of reducing the time required to transfer and download multimedia content and other massive files

    Last time I checked, downloading speed depended on your connection, not how fast your RAM goes. I'm sure my memory can handle more than 1.5 Mb/s but that's as fast an I can download, because that is the limit of my DSL line.

    --
    "Da ist ein Technölüst in mein Unterpanten!"
    1. Re:how does this mean faster downloads? by jfonseca · · Score: 2, Funny

      I think they meant you won't have to reboot during a download, which as a linux user hasn't ever happened to me.

      I do remember in the old days of Windows it usually did happen....I even had to get programs that dealt with "download management"....

      --
      Broken Hearts are for Assholes. - Frank Zappa
    2. Re:how does this mean faster downloads? by ByTor-2112 · · Score: 3, Informative

      Don't you know that every speed improvement will speed up your internet access? Like upgrading your processor to a Pentium 4 will turn that modem into a T1!!! It's just buzzwords! The only speedup will be that the servers now have more memory bandwidth and can handle more connections at once.

      The whole article is mistitled. It won't be an end to rebooting, it will be an end to cold booting.

      If you want to eliminate the reboots from Windows, tell bill gates and co to make it more modular and less inter-dependent so you can insert and remove drivers just like *nix kernel modules.

    3. Re:how does this mean faster downloads? by Anonymous Coward · · Score: 0

      Don't forget that it will reduce the time required to transfer and download massive files!

    4. Re:how does this mean faster downloads? by teslatug · · Score: 1

      It's just a marketing ploy. On one of the shopping networks, they were trying to sell a laptop, and they touted the short amount of time that google took to perform a query. That laptop was so fast that google took 0.09 seconds to perform the search. Pretty funny.

    5. Re:how does this mean faster downloads? by TinWeasle · · Score: 1

      Well, if you have ever had to wait for half an hour for your digital camera to "download" or transfer files to the computer's HD, then you have been impacted by bandwidth... Which is a combination of things like port speed, pipeline, processor and RAM, because most everything uses some kind of checksum or other scheme to verify good transfers.

      I think the operative word was "transfers" and the inept, journalistic (read: marketing) one was "download".

      --
      The TinWeasle: "Worming Out of Culpability since 1978" - Opinions expressed are mine alone, yadda, yadda, yadda
  20. Reboot?! by MicklePickle · · Score: 1

    What's a reboot? :-)

    My firewall has an uptime of 317 days, my vmware PC has 195, (all running Linux), but oh yeah my games pc, (windows 98), has to be rebooted every day.- OK it would be an advantage to those uptime challenged OS.

    --
    -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
    1. Re:Reboot?! by MicklePickle · · Score: 1

      You must be bored.

      --
      -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
  21. Looks like NVRAM by Ed+Avis · · Score: 3, Insightful

    What the article seems to be saying is that there could be a way of producing non-volatile memory which is so cheap, you'll be able to use NVRAM instead of ordinary RAM in your computers. But that depends on no further falls in RAM prices - I wouldn't bet on this technology taking over.

    However, a cheap, fast non-volatile memory which can be written and read unlimited times could be a very useful supplement to RAM. Think journalling filesystems for example - put your ext3 journal in a 100Mbyte NVRAM device and you'd hardly need to touch the hard disk for hours at a time, given moderate use. (Eg notebooks could spin down the drive.) This is possible already, but NVRAM devices are relatively expensive and most PCs don't have them.

    --
    -- Ed Avis ed@membled.com
  22. Poorly written summary of a poorly titled article by Skirwan · · Score: 5, Informative

    People: Read the frelling article. This isn't 'an end to rebooting', it's highspeed nonvolatile memory that could theoretically be used to replace mass storage and RAM simultaneously. Although this would speed up booting a bit, it would not obviate rebooting entirely.

    In fact, on some OSen (cough, Windows, cough) it could be very dangerous - if there's only one copy of the OS code in this combination memory, you can't reboot and reload a fresh copy from disk - meaning bugs have a significantly greater probability of rendering your system unusable.

    Sounds like fun, right?

    --
    Damn the Emperor!

  23. Is this news? by Anonymous Coward · · Score: 1, Informative

    This is what memory was like in the olden days, before DRAM took over from core memory. Apparently early DRAM computers had big piles of batteries in the bottom of the RAM cabinets to prevent the memory from failing due to a power cut.

    (We're talking early 70s here; before my time)

    1. Re:Is this news? by mpe · · Score: 2

      This is what memory was like in the olden days, before DRAM took over from core memory. Apparently early DRAM computers had big piles of batteries in the bottom of the RAM cabinets to prevent the memory from failing due to a power cut.

      More likely to have been Static RAM (SRAM) which holds it's data as long as it is powered. Dynamic RAM (DRAM) needs to be constantly accessed to retain it's data. It is also possibly to have so called Psudo-Static RAM. Which is DRAM with refresh hardware closely associated with it, e.g. on the same chip.

    2. Re:Is this news? by Anonymous Coward · · Score: 0

      Go back even further and you didn't even need to keep the ram powered, oh the joys of core memory (the stuff with the little ferrite donuts).

      I've even heard of things like pdp-8's being powered off for 10 years or more, then being powered back up and continuing off from exactly where they were when the power was cut :o)

      See, we don't need no fancy new technology...

    3. Re:Is this news? by mpe · · Score: 2

      Go back even further and you didn't even need to keep the ram powered, oh the joys of core memory (the stuff with the little ferrite donuts).

      One problem with actual core memory is that reads are destructive. So immediatly after a read you need to do a write.

  24. Value for money? by Mattygfunk · · Score: 2
    Conspicuous by its absence is the cost. IMO by the time this stuff comes around customers will demand both an PC that doesn't crash ever and it be constantly on, removing the need for rebooting.

    Is a rare voluntary reboot really worth the unmentioned price?

    1. Re:Value for money? by sweet+reason · · Score: 1

      the unmentioned price
      actuall, the article did say "should be less expensive than current memory technology", but given the generally poor technical tone, i would guess that they meant "less than flash memory".

      --
      Everything should be made as simple as possible, but not simpler. -- A.E.
  25. You'll still have to reboot. by matvei · · Score: 1

    This new type of memory won't eliminate the need of rebooting.

    If your OS happens to crash, you'll still have to wait for it to re-initalize itself, i.e. reboot. With this new memory you just don't have to do it every time you switch your computer off and back on.

  26. That doesn't help us one bit. by aonaran · · Score: 1

    That doesn't help us one bit.
    I was hoping this was going to be a story about how they found a way to keep windows from crashing, instead its about memory that's non-volitile, so re-booting after a crash would be futile since it would come back up the same when you turn the power back on. :( sure it ends re-booting, but now the windows box is totally useless. (wait, this may be a Good Thing (TM) afterall)

  27. one small step (giant leap until UPTIME=+INFINITY) by Anonymous Coward · · Score: 1, Insightful

    Did anybody else run into a 404 when you clicked "read more"? /. is slippin'...

    Well, as my collegues have pointed out, I must say that the title was misleading. This has been thought about a lot, it's applications and implications, but without proper software, it won't eliminate the reboot. That's like saying a video card that can project 3d indisinguishable from reality, and which provides an api for its own ui, will eliminate the reboot.

    It's just one more step -- hell, linux boxen are approaching record uptimes of years! (right?)

    -------
    boat

  28. This sounds good, but... by billmaly · · Score: 2

    What about when W2K or NT or 95/98, etc. decides to not quite completely clear out of a particular area of memory? Will this plan still flush it out for me??? I hope so...if so...this COULD do alot for Windows stability.

  29. Don't hold you breath by AstroMage · · Score: 1
    Commercial availability of the chips is expected within three years...

    So in other words, this is not something you're going to be seeing anytime soon. And by the time it is ready as a product, who knows what kind of memory/HD technology we'll be using, or what the price of these chips will be compared to the mainstream stuff...

  30. Surely there must be an override... by SlaveToTheGrind · · Score: 0, Redundant

    Don't people WANT to be able to remove power from a system on occasion and start from scratch?

    When your favorite Windoze flavor goes south, for example, and a "proper" shutdown is impossible, the power switch is a harsh but effective alternative. What would happen in this scenario when you CAN'T clear memory to get rid of the infinite loop inside a rogue ring 0 driver?

    Are we now going to have a "reset" button for our memory devices? Barring that, I suppose one could always keep a small screwdriver and a pinout of the device handy... hehehe

  31. Extra hour a day?! by MiniChaz · · Score: 2, Funny

    "This is great news, but what am I going to do with the extra hour or so a day?"

    Extra hour a day?! So... Err... You're a windows user, right?

    1. Re:Extra hour a day?! by Anonymous Coward · · Score: 0

      Painfully true -- I am confined to WinNT @ work...

    2. Re:Extra hour a day?! by Anonymous Coward · · Score: 0

      120 reboots a day? sounds about right for windows.

  32. Core Memory by rlp · · Score: 3, Interesting

    Back at the dawn of time, I was programming a (Data General) Nova II mini-computer which had "core" memory (which is where the term "core dump" comes from). Core consisted of tiny doughnut (ummm doughnuts) shaped magnets with (read/write) wires through it. It was incredibly slow by today's standards, but it did retain memory even when powered down. I'd shut the machine down at the end of the day. The next morning, I'd turn it on, and immediately pick up where I left off.

    --
    [Insert pithy quote here]
    1. Re:Core Memory by Anonymous Coward · · Score: 0

      I've seen that stuff! My dad fixed IBM mainframes for a living. One day when I was little he took me into work with him. Showed me this big cabinet full of crisscrossed wires and teeny donuts. Nifty.

    2. Re:Core Memory by joshki · · Score: 1

      Core memory is still used in some military applications -- some of the computers I worked on last year had it. Actually works pretty well -- never had a problem with it. But sometimes the programs would get to where they had to be unloaded and the memory had to be cleared and reloaded. It didn't help then, and I'm sure this memory would have the same problem.

      --
      I do not read or respond to AC's. If you want a discussion, log in. Otherwise, don't waste your time.
    3. Re:Core Memory by rlp · · Score: 1

      Core memory is still used in some military applications -- some of the computers I worked on last year had it. Actually works pretty well -- never had a problem with it. But sometimes the programs would get to where they had to be unloaded and the memory had to be cleared and reloaded. It didn't help then, and I'm sure this memory would have the same problem.

      Makes sense for military apps - I imagine it would be quite resistant to EMP.

      --
      [Insert pithy quote here]
  33. Wrong Spin by jaseuk · · Score: 1


    This has got sod all to do with rebooting in a PC context. This would be more usefull as storage. If it going to be cheaper than existing memory (although it doesn't specify what type of memory), this could be a step towards the end of hard disk drives as the primary storage device.

    Jason

    This is all about CHEAP, NON-VOLATILE MEMORY.

    Jason.

  34. Don't think so... by mubes · · Score: 3, Interesting

    Hmm. Rebooting nowadays with 'traditional' OSes is to flush inappropriate state information out of the memory - an unusual sequence of events resulting in the system getting into a state it should never be in during regular operation....this might be either accidental (a crash) or semi-deliberate (an upgrade of a software component which needs a reboot to get it co-ordinated with the rest of the system). Having memory which maintains this state information will make the problem worse, not better!

    What's needed here to achieve systems that don't need rebooting is operating systems which deal with all of these unusual events and states correctly..this means they'll catch errors and will be specifically designed to allow things like dynamic update to system compoents. I'm probably a bit biased but the best example a no-more-reboots kind of environment I see today is the OSGi.

  35. Computers *need* to reboot. by EnVisiCrypt · · Score: 2

    C'mon, I know that I have to reboot windows every couple of days to get rid of libraries that errant programs didn't unload and windows doesn't seem to let go of.

    Also, what if computers weren't *allowed* to reboot. You couldn't run a dual boot system. Which is something I suspect Microsoft would like. (I had to throw in a groundless msoft conspiracy... ;)

    --


    *everything* is Orwellian to cats.
    1. Re:Computers *need* to reboot. by stapedium · · Score: 1

      As long as windows knows which DLLs are hanging around it shouldn't matter much if they are still in memory. When they aren't used they just get paged out to disk and paged in when they are next accessed. And it should actaully load faster since it doesn't have to load the whole DLL file into memory, only the used pages. You can make it even faster if you span your page files across SCSI disks or IDE channels.

      The only down side is the overhead of trackin which DLLs are loaded and keeping two copies of the on disk, one in the page file and one on the file system.

    2. Re:Computers *need* to reboot. by hawkline · · Score: 1

      My Win2k system has been rebooted once since February 1st, and currently has 34 days+ of uptime. What are you people doing to your systems that necessitates so much rebooting?

      Of course our typical user computers don't have that kind of uptime, but they all run crapware sales and finance applications.

  36. Nice technology by bsdparasite · · Score: 1
    Ideally, I would just want a computer 4GB RAM with a UPS unit. I don't ever have to reboot, ever (except when I am relocating). That is too expensive. I love flash memory. It's a waste of time to reload OS binaries into your memory. But, this technology is a hope for those who don't want this painful hard drive storage technology which has been around for so long.

  37. Very confused by Tottori · · Score: 2, Informative

    The article is not even clear on whether this development is supposed to be replacing RAM or hard disks. But either way, it cannot eliminate the need for rebooting. The primary reasons for rebooting are either to reset the operating system to a known state, or to upgrade low-level software (such as the kernel in Linux, or your web browser in Windows). Neither of these necessities go away with non-volatile RAM, regardless of how fast, cheap, or capacious it may be. These are software issues, and they need software solutions.

    --
    use constant PERL_IS_BROKEN => $] >= 5.006;
    1. Re:Very confused by stripes · · Score: 2
      The article is not even clear on whether this development is supposed to be replacing RAM or hard disks. But either way, it cannot eliminate the need for rebooting. The primary reasons for rebooting are either to reset the operating system to a known state, or to upgrade low-level software (such as the kernel in Linux, or your web browser in Windows). Neither of these necessities go away with non-volatile RAM, regardless of how fast, cheap, or capacious it may be. These are software issues, and they need software solutions.

      Well it is partly because most computer industry journalists are morons....and partly because this stuff might replace either or both RAM and hard disks depending on the price and speed.

      If it is slow it won't replace RAM. If it is expensive it won't replace disks. If it is fast and cheap it will replace both, if it is neither it won't replace either. (in most systems that is, it might hit the target to replace FLASH in cameras, or...)

      It might be hard for people working on this to tell how fast/cheap they will get it, worse yet they don't really know what disk and RAM prices and speeds will do.

  38. adaptation or no faith at all ? by Migx · · Score: 1

    Hmm I see that some ppl have lost their hopes in Microsoft making a stable OS ....

    --
    Migx
  39. Does it also produce bugless code too? by line-bundle · · Score: 1

    I cannot see how this will kill rebooting. I thought rebooting was due to buggy operating systems, and little to do with the memory technology.

    Or will there be something in the chips which will disallow Windows from running? :-)

  40. the clueless train mainfesto by sweet+reason · · Score: 1

    i'm hard pressed to guess who is responsible for filling that article with nonsense: clueless journalist, clueless editor, clueless "researcher", clueless marketeers...
    some or all of them should know that rebooting isn't only done because the machine was deliberatly powered down.
    some or all of them should know that simply having all memory intact isn't good enough if external environment has changed (eg network connections).
    some or all of them should know that disk-based versions of 'instant reboot' have been around for years, and don't always work.
    and what's this about faster multimedia downloads? what's memory got to do with it?

    this whole thing reads like marketing bumpf. wishfull thinking on the marketeers' part, as usual.

    --
    Everything should be made as simple as possible, but not simpler. -- A.E.
  41. Why not just use OS X? by Whatsthiswhatsthis · · Score: 0, Offtopic


    9:12AM up 13 days, 17:56, 2 users, load averages: 0.64, 0.54, 0.42

    The last time I rebooted was because I thought it had died. Turns out the battery drained when I left it on overnight plugged into a deactivated outlet.

    And by the way, I run buggy Microsoft programs, betas, shareware, DivXes--so it's not like I'm not using it. What's the point of speedy boot times when I'm not rebooting? Viva la OS X!

    1. Re:Why not just use OS X? by gazbo · · Score: 1
      Why are you boasting about a 13 day uptime? I've had a Win95 system running for over a fortnight doing some genetic programming stuff and general PC stuff when I was awake - no crashes and worked *very* hard. Remember that 95 is notoriously unstable.

      Win2K is far better; no figures come to mind, but they trounce 13 days.

      Looking at a few of our Linux servers, the lowest uptime is 13 days (took it down to replace the power supply (no, it's not hot swappable)) the next is 172 days (took it down to physically relocate it) and the longest is 232 days (dunno - maybe it was genuinely unstable). And none of these are exceptional in any way!

      I realise you may read comments along the lines of 'LOLOL!!! Windoze is teh reboot evert hour @ROFL!', but that doesn't mean that 13 days is even slightly interesting.

      But hey, maybe you're used to OS9, with it's GNU-style philosophy of 'Software should be free (not as in speech, or beer, but free to write on whatever memory it feels like)'

    2. Re:Why not just use OS X? by Whatsthiswhatsthis · · Score: 1

      I understand what you are saying. I understand that most systems that are doing the same thing day in and day out are likely to have a long uptime. However, this is not so with your average desktop machine. I still get frequent lockups with XP (and an annoying bsod that comes up every few hours...though it's probably hardware related.) Still, an OS that doesn't crash under the everyday strain of shareware, betas, and MS software is something that I think OS X handles better than XP (or any other MS OS). Not rebooting also means that the software that I have installed, the OS updates that I have installed--these didn't require a restart. So it's not just crashing that causes rebooting. Also, uptime is increased in OS X because of the superior reliability of its sleep mode. While I might sleep my computer, someone with an MS machine would probably shut down their computer to conserve energy, rather than deal with the historically problematic "hibernate" or whatever they are calling it now. As far as Linux--I don't consider it a serious desktop contender but if it were, uptimes would probably go beyond MS and OS X (as long as the low power consumption mode worked properly.)

      So, ok, what am I saying? OS X: It has great desktop uptime when used for everyday tasks than can often be unpredictable. It also handles sleep mode well, which increases up time (no more booting every morning). And, OS X doesn't bug you to restart it every time software is installed or every time it is updated.

      ...I guess I should have added a little context to my earlier post.

    3. Re:Why not just use OS X? by Phroggy · · Score: 1

      But hey, maybe you're used to OS9, with it's GNU-style philosophy of 'Software should be free (not as in speech, or beer, but free to write on whatever memory it feels like)'

      Damn, that's got to be the funniest thing I've read in awhile. Kinda defeats the purpose of having a specific chunk of memory (set via Get Info) allocated to each application at launch time, doesn't it?

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  42. It's boot, not reboot by Florian+Weimer · · Score: 2

    On many systems, mandatory, periodic rebooting is part of the ressource management of the operating system (think of memory leaks, descriptor leaks, and so on). Even if you implement RAM using ferrite-core memory (or something else, like this new approach), these maintainance reboots won't go away, and they won't become faster.

    In any case, such memory devices would be great for storing the journal of certain file systems, or even as replacement for traditional mass storage.

  43. Uh... by NoMoreNicksLeft · · Score: 2

    How would this have anything to do with faster downloads of multimedia content? I didn't even see that in the article, but this has nothing to do with bandwidth.

    Flash is the speediest memory technology? Surely they mean speedier than eeprom.

    How does this prevent reboots? I say without any doubt whatsoever, that the majority of reboots has to do with M$'s ~90% marketshare and numerous system level flaws. Does this memory plug its own leaks? Or do third rate OS programmers and ugly billionaire monopolists actually become smarter when exposed to this, sorta like Superman and kryptonite?

    Verdict: Marketing fluff.

  44. Buy stock in RAM companies now! by Quixadhal · · Score: 1

    The banishment of the venerable reboot means that Windows XX (insert stupid letter code here) will be running 24/7. For argument's sake, I'll assume they somehow make it stable enough to accomplish that. What does this mean? Simple, with the rate of memory leaks in Windows apps, you will need to have hot-swap RAM slots, and you'll need to feed your computer more ram each month.

    So, perhaps M$ will start bundling persistant (PRAM?) ram sticks along with your new license agreement of the month?

  45. Laptops make great servers by dattaway · · Score: 2

    Or just get a laptop with the slight performance hit: 30 watts, plus a built in UPS supply. Other advantages include easy to transport to another location without removing dozens of cables or powering down.

    Less heat, less power, why haven't these caught on?

    Or do laptops have a habit of mysteriously walking away compared to their boat anchor bretheren?

    1. Re:Laptops make great servers by Anonymous Coward · · Score: 0

      laptops are harder to repair or upgrade the hardware. x86 ones produce less heat because they run at lower clock speeds.

    2. Re:Laptops make great servers by stripes · · Score: 1
      Less heat, less power, why haven't these caught on?

      More fragile, more costly, much harder to upgrade (room inside for zero extra drives! odd expansion RAM! One open PCMCIA slot!).

    3. Re:Laptops make great servers by Anonymous Coward · · Score: 0

      This was originally for a long uptime server. Presumably, there wouldn't be any upgrades. Even so, most laptops nowadays have USB ports, so adding drives and other peripherals isn't that bad.

      Anon because I'm moderating.

    4. Re:Laptops make great servers by stripes · · Score: 2
      This was originally for a long uptime server. Presumably, there wouldn't be any upgrades. Even so, most laptops nowadays have USB ports, so adding drives and other peripherals isn't that bad.

      There may not be upgrades if the orignal equiptment is powerful enough to start with. Most of my PC "upgrades" are not done as I use them, but when they start service. That includes PC's I use for servers.

      USB drives are amazingly slow and of minimal use to most servers -- you may as well use NFS over 100Mbit ethernet, it would be faster. A few laptops (Sony Viao, Apple iBook + TiBook + some G3 PowerBooks) have FireWire, but while it is much faster then USB drives, it is still fairly pricy.

      Also USB or FW eliminates at least the "easially movable to another site" advantage, as well as the "built in UPS" (at least for most USB/FW drives, some to get all their power off the FW/USB).

      I stand by my original statment, I don't think laptops make great servers in most cases.

  46. A different kind of suspend by Mike+Hicks · · Score: 2

    I suppose this could be useful on systems that can do suspend-to-RAM, like laptops. Such systems still need a trickle of energy from the batteries to keep the data stored in memory from decaying.

    Also, a system with persistent memory would be like the old mainframe and minicomputers that had core memory. In the event of a crash, the memory could be examined. I suppose this could be somewhat beneficial to operating system developers..

  47. Reset Button Needed by Compulawyer · · Score: 2

    As I've already seen alluded to in other posts, surely there will be need for Win XX machines to get back to the initial start state after they've crashed. I am starting a company that will sell reset buttons to accomplish this. No *nix users in the target market -- sorry.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

  48. They mean "booting" not "rebooting" by joshtimmons · · Score: 1

    I think where we all got off track because they used the wrong term. They mean that PCs using this technology will be more like "instant on"

    They just mean that the nonvolitile ram will save you from having to go through the boot sequence to recreate the state of the machine before you turned it off

    Of course, just like current machines returning from standby, it will have to reinitialize the devices, but that would be some time savings

  49. They can't do this... by NeoSkandranon · · Score: 1

    If I dont have to reboot anymore, when am i supposed to go to the bathroom at LAN gatherings?

    --
    If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  50. Capacity? by SlipJig · · Score: 1

    Another thing not mentioned in the article is the memory's capacity. Is this thing only going to be available in a 16MB module at first, or will I be able to get a 1GB module? Inquiring minds want to know.

    --
    Read my keyboard review.
  51. Solid state storage by ThaReetLad · · Score: 1

    This is great. High speed, solid state storage on the cheap.

    The real killer app for this technology would be to replace hard disks and give your archived information store the same bandwidth as RAM. In the short term I don't think people will want to merge long term and short term storage because of the addressing issues (except for 64 bit computing) and also because of the major rethink in terms of OS architecture required.

    I'm not sure how much confidence I'd have in this stuff to store my critical data. What if a power spike killed a stick of this stuff? I guess a lot of work would have to be done making it robust enought to use in a home enviroment.

    --
    You can't win Darth. If you mod me down, I shall become more powerful than you could possibly imagine
  52. a backbone switch in your pocket by sweet+reason · · Score: 1

    from the article:
    "It can be used in PCs, cell phones, networks -- anything that needs massive memory."

    i know the japanese are big on fancy cell phones, but do they really need massive memory yet?

    --
    Everything should be made as simple as possible, but not simpler. -- A.E.
  53. Re:Poorly written summary of a poorly titled artic by Feanturi · · Score: 2, Interesting

    It seems to me that we're not understanding how this could be set up.. Why not have this as a device in your machine, that has an interface to the BIOS, where the user can set/format the unit to fool an OS into treating this nv memory-space as a fat32 or ext2 disk? You go into the BIOS, flush out the nvramdisk and 'reformat' and you are ready to re-install your OS should that become necessary. The rest of the time it runs as a really fast 'C:'... There's no need to replace normal RAM as your actual main memory during operation. Windows need not be aware of what is actually happening, you just boot/use faster, that's all.

  54. Now what? by zik0 · · Score: 1

    Recycling the power will no longer cure the BSOD.

  55. Badly written summary and article by cybergibbons · · Score: 5, Informative

    This is an appalling summary - and the article is no better.

    "The technology is highly suitable for broadband Internet connections, Hsu said, noting that it combines the features of low voltage, high speed and low power consumption."

    Yes, fantastic. That's great for those broadband internet connections. Faster memory is always good, but choosing this as an application is just a moronic use of buzz words.

    "Ignatiev said the new technology is about 1,000 times faster than flash, which is nonmechanical and currently the speediest memory on the market. "

    Flash memory is the fastest type of memory on the market? No, it is a form of non-volatile memory, which is very slow by RAM standards.

    "is based on resistor logic rather than the traditional transistor logic"

    Actually, you'll find that DRAM in most modern computers are capacitative devices - the techniques to make them are the same as MOS transistors, but they do not use switching to store values, IIRC.

    I wish people would not spout such rubbish.

    1. Re:Badly written summary and article by Anonymous Coward · · Score: 0

      Sometimes such statements can be good. For instance, I wouldn't connect a Flash-card to a broadband connection. Still, your argument is pretty valid. I had pretty bad "hype-creeps" when reading the article.

    2. Re:Badly written summary and article by Anonymous Coward · · Score: 1, Informative

      Actually, DRAM uses a capacitor and a transistor for each bit stored. The transistor becomes transparent on a read or a write, allowing the contents of the capacitor to be read and/or written.

    3. Re:Badly written summary and article by Anonymous Coward · · Score: 0

      The fastest memory is SRAM, and uses multiple transistors per bit, usually. You find it in high-speed cache. DRAM is very slow in comparison, but it's much, much cheaper.

  56. I already have this... by pmz · · Score: 1

    I run a modern version of UNIX (Solaris 8) on my workstation and haven't ever rebooted it except when we apply kernel patches or when a harddrive failure occurred.

    While persistent RAM might be nice, there still is no substitute for mature software that manages its memory properly. Corrupt persistent RAM is still corrupt.

  57. Old concept, new medium. by Junta · · Score: 2

    Basically, strictly speaking this isn't preventing 'rebooting', it is enabling a system to boot really fast and load the state of the OS from non-volitile memory and have the state preserved. This just allows the boot process to skip the OS initilization bit (which is significant, but excludes BIOS startup).

    This has been around (save-to-disk hibernation), though using non-volitile memory would increase the speed of the process could increase dramatically. It seems that they are proposing a non-volitile ram technology that claims comparable performance to the volitile memory we use today, so it would be always ready to restore from that state, even if the shutdown is unexpected (power outage, for example).

    However, the annoying part of the boot process to me is the PC Bios. After it's part is done, I can tweak things to start fast, but BIOS, even after tweaking is unbearably slow. I presume on restart a computer may still go through BIOS before restoring state, and even then I presume it needs to offer the option of starting over (don't want a BSOD to be permament). I'm more interested in a BIOS that doesn't take forever to come up...

    --
    XML is like violence. If it doesn't solve the problem, use more.
  58. Screw rebooting, there're other advantages by RatOmeter · · Score: 4, Insightful

    I see the reboot issue as minor, compared to the other potential advantages of this technology. I will expect to be rebooting, for one reason or another, for years to come and am not too bothered.

    The article glosses over what I consider the important advantages:

    - [assumedly] great power savings. Great for portables and remote embedded systems.
    - No moving parts! If this tech can really replace and even surpass in speed, Hard Disk Drives, reliability and performance should make a gain of at least an order of magnitude.

    I've been waiting for years for computers to become eletronic-only devices. I've harped before that CRT's (vaccum tubes, for God's sake!) and HDD's need to join the Dodo in oblivion. This new tech, in the common mass storage area (HDD's, CD'c, floppies), along with flat panel technology, would put us right on the verge of that ideal. The last hurdle would be cooling without moving parts.

    1. Re:Screw rebooting, there're other advantages by Anonymous Coward · · Score: 0

      Ever hear of a RAM drive?

    2. Re:Screw rebooting, there're other advantages by rabidcow · · Score: 1

      even surpass in speed, Hard Disk Drives

      RAM today already surpasses hard drives in speed, that's why it's used as primary memory. According to the blurb: It also is considerably faster than current memory systems. So I think it's quite likely that it would be faster than hdd, the issue would be persistance, energy usage, and cost per unit.

      I've been waiting for years for computers to become eletronic-only devices.

      "electronic-only"? You mean "no dependence on magnetic feilds"? (no... the power supply'd still need those) Maybe "no moving parts", but on what scale? Liquid crystals rely on moving parts about the same as CRTs (vacuum tubes!) do. (unless you take offence to moving electrons?)

    3. Re:Screw rebooting, there're other advantages by rabidcow · · Score: 1

      would be persistance, energy usage, and cost per unit.

      *cough* ok, forget I mentioned persistance... :D

    4. Re:Screw rebooting, there're other advantages by MrResistor · · Score: 2
      If this tech can really replace and even surpass in speed, Hard Disk Drives, reliability and performance should make a gain of at least an order of magnitude.

      Replacing HDDs in terms of speed/performance/reliability is easy, and there are any number of currently available technologies that fit the bill. The reason HDDs still exist is because nothing else even comes close to in terms of price/capacity.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    5. Re:Screw rebooting, there're other advantages by RatOmeter · · Score: 1

      Right. It's a matter of scale. Mostly a matter of friction between moving parts, contributing to wear and eventual failure. I don't expect the LCD's to 'wear out' their pixels anytime soon. I would expect the backlight power supply to die, however. Partly because of, as you mentioned, magnetics. Many novices don't realize it, but transformers *are* moving parts, they just don't move much. With each expand and collapse cycle of the mag field(s), motion occurs in the windings (and core), that's why you can often hear xformers buzzing and 50/60 Hz.

      Offense to moving electrons? Nah, that's called electronics.

    6. Re:Screw rebooting, there're other advantages by n2dasun · · Score: 1

      No moving parts?! Then I can still run any windows OS for as long as I want, because if I get upset, I can pick the cpu up and spin it around my head by its cables and fling it across the room and not worry about damaging any hard drive. Now if only we can get the pci cards to levitate...

      --
      I'm determined to reclaim my karma. Now, if I can only find a groundbreaking article and something witty to say....
  59. no more boot ? by Chatterton · · Score: 2, Insightful

    I understand that's booting and not rebooting that technology promise to get rid of. But how did you do hardware reset, IRQ/DMA peripherical association without a boot sequence? How the CPU state is stored to go back where you have been before shut down (as CPU registers are not stored in main memory)? Did you need special OS to detect this kind of memory and work with it?

  60. Perfect for a Squeak Machine! by Nygard · · Score: 2

    Check out Squeak, the free, portable Smalltalk machine. Like all Smalltalks, Squeak runs in an "image". The image is your entire language, programming environment, and execution environment, all at once.

    The interpreter, programming tools, and even the GUI all exist as long-lived objects in this large (sometimes very, VERY large) memory space. When you aren't using Squeak, the image gets stored as a file on disk.

    There are also projects to run Squeak on bare metal--no intermediate operating system like Windows or Linux. Squeak itself becomes the operating system.

    This memory technology would be ideal for a Squeak machine. The image would always live in NVRAM. In such a case, there isn't a distinction between the operating system as it exists in static form (files on disk) and executing form (code in memory). There are always just objects in memory. Very elegant.

    --
    "Genius may have its limitations, but stupidity is not thus handicapped." --Elbert Hubbard (1856-1915)
  61. Re:Poorly written summary of a poorly titled artic by sheldon · · Score: 2

    Your first paragraph showed you at least read the article, the second paragraph is a nonsequitor. It's not clear to me why you think Windows would somehow be negatively impacted by this and no other OS would. Look at the number of times changes have had to be made to the Linux kernel in order to get it to boot on new hardware such as the Pentium 4.

    Isn't it likely that if this technology came to pass, the people responsible for various OSen would test their OS in that environment, and make changes as appropriate to support it?

  62. I think this is the same / links to MRAM articles by brokeninside · · Score: 3, Informative

    Interesting highlights:

    The trasentric paper quoted Electronic Buyer's News:

    "Honeywell Inc. and Motorola Inc. are hoping to spin volume quantities of MRAM through a Defense Advanced Research Projects Agency contract that is also shared by IBM. DRAM powerhouses Micron, NEC, and Samsung are said to be developing the technology, while Hewlett-Packard has a design team looking into the viability of chip-level magnetic storage."
    The interesting elements of this:
    1. Much of this research is funded by a DARPA contract which means it is the money of US Taxpayers at work.
    2. Samsung is part of the same contract.
    Methinks that perhaps Samsung and IBM are using the same (or very similar) technology.

    The Wired article is fairly lengthy and also details the biography of Stuart Parkin. Parkin is the IBM fellow that has been driving most of the MRAM research.

    Ciao.

  63. Back when I first used a hard drive by mikosullivan · · Score: 1
    You remind me of when I first used a computer with a hard drive. Before hard drives saving even a small file to floppy took a noticeable amount of time, and without realizing it I had incorporated that delay into my routine. Whenever I would stop to think for a moment I had the habit of hitting ctrl-s to save the file while I thought. When I got a hard drive the instantaneous save really messed up my rhythm: it was disconcerting to me that my "think time" was suddenly gone. I felt hurried.

    Now I do my thinking during the downtime that I'm on Slashdot.

    --
    Miko O'Sullivan
  64. There goes my favorite saying: by Matey-O · · Score: 2

    This computer's sooo fast I can reboot TWICE as often in half the time!

    (Yeah, yeah, there'll be a glib Windows sux reply to this one, I'm sure.)

    --
    "Draco dormiens nunquam titillandus."
  65. Don't understand by jridley · · Score: 2

    I assumed they were talking about Windows PCs, and my first thought was "How does memory keep the machine from crashing?"
    Then I realized that they meant "turn on the computer for the first time today" booting, not RE-booting. Doesn't affect me, the only machine I ever turn off anyway is my laptop.

  66. You spend an hour a day rebooting? by anthony_dipierro · · Score: 4, Funny

    This is great news, but what am I going to do with the extra hour or so a day?

    Find a better operating system.

    1. Re:You spend an hour a day rebooting? by Luyseyal · · Score: 2

      Or better drivers. Myself, I'm pretty pissed off at the proprietary Nvidia drivers for Linux. I want to get a newer video card (TNT1 right now) but I don't have the cash. Anyway, the point of this comment is that shitty drivers can lock up Linux just as much as anything else. Yes, I mean *hard lock*! No ssh! No nothing!

      -l
      Who is saving up for a Radeon, he thinks.

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
  67. Virii by shawnmelliott · · Score: 1

    Oh, the In Memory Virus writers are gonna love this stuff

  68. memory reducing downloadtimes? by anshil · · Score: 2

    reduces time required to transfer and download multimedia content and other massive files.

    Now I'm really nosy how in freak'n hell any memory technology can reduce multimedia download times? That's just non-sense, it seems the word "multimedia" must be in everything you want to sell.

    Download times dependand on things like your internet connection, compression used, your providers connetion, etc. but not my memory.

    I still remember an intel guy claiming thi Pentium 3 will make the internet faster... how can somebody even dare to claim nonsense like this? And the really sad thing is: nobody started laughing as he said that...

    --

    --
    Karma 50, and all I got was this lousy T-Shirt.
    1. Re:memory reducing downloadtimes? by ShadowMind · · Score: 1
      Now I'm really nosy how in freak'n hell any memory technology can reduce multimedia download times? That's just non-sense, it seems the word "multimedia" must be in everything you want to sell.

      I suspect it means downloading onto MP3 players etc. Not to your actual PC but between it and other persistant memory devices which could use the new tech.

  69. Instant On == Bad News by Anonymous Coward · · Score: 1, Interesting

    I can't stand these Instant-On PCs that don't actually turn off when shut down. There are many times when you just want a clean start, without having the (possibly flakey) state of the system retained across a shutdown/startup cycle. With these "convenient" systems you have to pull the power cord to actually turn off your machine.

    The real innovation would be for mainstream OSs (read: Windows) to be stable enough that they don't need to be restarted often. The time it takes to reboot your machine is not an irritant if you hardly ever have to do it.

    1. Re:Instant On == Bad News by Erik+K.+Veland · · Score: 1
      13:36 up 35 days, 6:33, 5 users, load averages: 1.32, 1.06, 0.99

      Mac OS X

      --
      "I tend to think of OS X as Linux with QA and Taste", James Gosling, creator of Java
  70. could still recover from bsod by Anonymous Coward · · Score: 0

    you could still recover from a bsod or other crash. you would just have to reinitialize your os. rebooting itself is not what fixes your crash problems, it is the fact that your os is reset to a (hopefully) stable state, by rebooting.

  71. Re:Poorly written summary of a poorly titled artic by version3 · · Score: 2, Informative

    The reason for the original poster picking on Windows is that Windows, in most folk's experience, has to be rebooted frequently because of error accumulation. In other words, I could leave my Win98 box running (with no additional applications up) for 12 hours and when I came back it would be locked up. This isn't about shutting down during upgrades or installs, it's about shutting down because of frequent OS corruption during everyday use. In this case, you *need* memory to clear itself out.

    --
    "Can I say you're my lovepuppy?" Founding member of SODAMNHOTT
  72. New meaning to sleep by Anonymous Coward · · Score: 0

    Recall that non-volatile memory gives sleep mode a new meaning, so probably sleep modes can be done to have a very small power consumption -- smaller than nowadays.

  73. He doesn't know what periods are by Anonymous Coward · · Score: 0

    because he's never had a girlfriend.

  74. Where are the Iso-Linear chips? by Anonymous Coward · · Score: 0

    That's what I wanna know... when are we gonna get our isolinear chips?

  75. Hardware by garoush · · Score: 2

    As always, hardware is ahead of software

    --

    Karma stuck at 50? Add 2-5 inches.. err.. 2-5x Karmas Count to your pen1es.. err.. Karma all naturally and private
  76. Way out of context by evilviper · · Score: 2

    What's so exciting exactly? They invented faster FLASH memory.

    This is not the end of rebooting computers and, unfortunately, not the end of mechanical hard drives.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  77. heat by mr.+marbles · · Score: 1

    i wonder how much heat this kind of memory produces, if it's purely resistive then isn't all the power it consumes turned into heat?

    not so much worried about not being able to reboot anymore all you'll need is some kind of reliable bios flushing routine to flush the OS out of active memory if it does crash.

  78. Reboot? by MoobY · · Score: 1

    [root@nerdhero /root]# uptime
    4:53pm up 307 days, 23:05, 18 users, load average: 0.21, 0.26, 0.27

    --
    --- Sigmentation Fault - Comments Dumped
  79. Re:Poorly written summary of a poorly titled artic by jafuser · · Score: 2

    Most likely, we will still partition disks; but instead of a swap file, you'd probably reserve a coule of gig for "memory space" where programs make a copy from the "disk space" for running.

    --
    Please consider making an automatic monthly recurring donation to the EFF
  80. water cooling? by jamirocake · · Score: 1

    If resistor logic is used, then i wonder how much heat will this new device generate? (Since resistors are currently used to actually produce heat!)

    --

    --Manuel
    "I hate quotations, tell me what you think"
  81. Reboot PC's how 90's by tutal · · Score: 1

    In the last two years I have not had to reboot hardly any of my machines. I run, Linux, Solaris, MacOSX, Novel, and yes even Windows 2000/XP all of which rarely make you reboot, even with a system update.

  82. Wow! Just like an Amiga. by JohnBE · · Score: 1

    The Amiga had a very similar feature.

    The amiga had soft reboots and hard reboots.
    The problem with soft reboots were that some memory was purposely left unblanked (usefull sometimes), the problem with this was that viruses like 'Lamer Exterminator' and 'Saddam' took advantage of the fact and a soft reboot didn't remove them from memory.

    So scale the memory and CPU power acording to Moores law and you have something similar to that the Amiga did in 1985. Not to mention Kickstart, think PC BIOS but with further abstraction and what about suspended PCs?

    --
    e4 e5
  83. The key here... by ?erosion · · Score: 1

    ... is not the boot time improvement, although that is important. The primary benefit of tech like this is the (long overdue) elimination of the artificial barrier between volatile and permanent storage. With this tech, OS memory management can be optimized to a much greater degree. Available RAM is synonymous with available "disk space". Swapfiles cease to exist in their current form, since if you fill RAM you fill the disk. Disk caching becomes unneccessary.

    However, these benefits are only attained if the RAM is at least as fast as current tech. If DDR/RAMBUS is faster than this flavor of NVRAM, there's no reason to unify system RAM and storage.

    --

    I assert ownership of all trademarks and copyrights on this page.
  84. A study in power management... by BeBoxer · · Score: 2

    As long as we are swinging around our uptimes. True, this box doesn't do a whole lot, but still... Can anybody top this? ;-)>

    ls-1010>sh vers
    Cisco Internetwork Operating System Software
    IOS (tm) LS1010 WA3-7 Software (LS1010-WP-M), Version 11.2(15)WA3(7), RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-1998 by cisco Systems, Inc.
    Compiled Mon 14-Dec-98 16:54 by integ
    Image text-base: 0x600108D0, data-base: 0x60448000

    ROM: System Bootstrap, Version 201(1025), SOFTWARE
    ROM: PNNI Software (LS1010-WP-M), Version 11.2(5)WA3(2b), RELEASE SOFTWARE

    ls-1010 uptime is 3 years, 6 weeks, 5 days, 23 hours, 56 minutes
    System restarted by reload at 07:54:52 MNT Sat Feb 27 1999
    System image file is "slot0:ls1010-wp-mz.112-15.WA3.7", booted via slot0

    cisco LS1010 (R4600) processor with 32768K bytes of memory.
    R4600 processor, Implementation 32, Revision 2.0
    Last reset from power-on
    1 Ethernet/IEEE 802.3 interface(s)
    13 ATM network interface(s)
    125K bytes of non-volatile configuration memory.

    16384K bytes of Flash PCMCIA card at slot 0 (Sector size 128K).
    8192K bytes of Flash internal SIMM (Sector size 256K).
    Configuration register is 0x102

    ls-1010>

    1. Re:A study in power management... by damien_kane · · Score: 1

      Anyone have a shell open on A.root?

    2. Re:A study in power management... by d-rock · · Score: 1

      I hope that switch isn't exposed to any malicious networks. That IOS version is vulnerable to the recent SNMP exploit and I don't think Cisco has a fix scheduled for it.

      http://www.cisco.com/warp/public/707/cisco-malform ed-snmp-msgs-pub.shtml

      Derek

      --
      Don't Panic...
    3. Re:A study in power management... by BeBoxer · · Score: 2

      Actually, I'll bet A.root doesn't have that great of an uptime. What's the chance it's gone three years without needing a hardware upgrade? With DNS being stateless, it would be pretty simple to have redundant servers so that any downtime would be invisible to the outside world. It is an interesting question though.

    4. Re:A study in power management... by BeBoxer · · Score: 2

      No, it's not accessable at all from the outside. Thank god, I would have hated to reboot it just for a silly SNMP bug. All of our accessable gear is running newer code. Thanks for the heads up though!

  85. We have the technology... by Hiro+Antagonist · · Score: 2

    The technology to prevent you from having to reboot your computer daily can be found here and here. It's been around since the early 90's, and was invented by a grad student...

    --

    --
    I Hit the Karma Cap, and All I Got Was This Lousy .sig.
  86. Re:I think this is the same / links to MRAM articl by mpe · · Score: 2

    Much of this research is funded by a DARPA contract which means it is the money of US Taxpayers at work.

    So are we really talking about desktop PC's or something more like a missile fire control system on a warship which needs to work straight after being forcably power cycled, before the next bomb or antiship missile is launched at it?

  87. Huge flaw in this idea by tomstdenis · · Score: 1

    resetting the contents of ram is not the only thing [which is why hibernate mode doesn't alwayswork].

    Not only do you have to make sure the RAM is intact [which is what this design solves???] but you have to make sure every single volatile register in every single piece of hardware is in the same state.

    The latter part is something I don't see this addressing.

    Here's a trick. Open up WinTV in winxp. Go full screen then hibernate. Try to resume... :-)

    Tom

    --
    Someday, I'll have a real sig.
  88. "Rebooting" is a disease that should be cured by sphealey · · Score: 2
    Gather round my children and I will tell you of a time far in past. A time when computers actually performed the job that they were designed to perform. A time when systems, including both hardware and software, worked pretty much all the time. Most importantly, a time when designers and support engineers understood their products and could diagnose and fix things that went wrong; when "restarting" the system was an act of desperation, not to be tried until all other solutions had failed. When "restarting" the system was a badge of shame that everyone would work to cure as fast as possible.

    Well, that is as cute as I can be this morning, but I hope the point is clear. I was willing to reboot an XT running MS-DOS 2.0 from time to time - it was a crude system and we didn't expect too much of it. But the "reboot" virus has spread FROM Microsoft systems all the way INTO the world of distributed controls. I actually have control system techs say to me "reboot and see what happens". Hello! It isn't supposed to be this way! Systems (particularly embedded sysetms) are supposed to work, not not work!

    Faster rebooting would be a crime, not an improvement, since it would help take everyone's attention off the problem, which is that the system failed.

    sPh

  89. Have I missed something? by Sobrique · · Score: 1

    Correct me if I'm wrong, but isn't the _reason_ that Windows gets rebooted, is because of something going wrong? IE a memory location getting corrupted, or just a program with a memory leak?
    If you'r machine has just GPFed and hung, reloading the memory state is going to do nothing useful...
    Reboots may be irritating, but the advantage is they 'reset' the state of the machine to a know situation. Getting rid of all the entropy that's crept in due to bad memory handling and just general system untidyness...
    So persistent memory would lose this advantage, taking you back to the 'reboot and reload everything'. If it's faster, then your machine will start a bit faster, but it's not going to be much...

  90. or by brokeninside · · Score: 1
    So are we really talking about desktop PC's or something more like a missile fire control system on a warship which needs to work straight after being forcably power cycled, before the next bomb or antiship missile is launched at it?


    Probably both, possibly neither. Your options are neither exclusive nor exhaustive.

    Ciao

  91. Biggest lie: speeds up downloading by walt-sjc · · Score: 2

    Where do they come up with this stuff? Unless your memory is Extremely slow, and I mean slower than anything used in personal computers since the days of the Altair, AND you are using a faster than 10M net connection (not realistically possible on an altair) on that slow memory, this will have ZERO effect on download speeds. Any computer faster than a 386 can handle damn near GigE where the limiting factor will be the PCI bus, disks, etc. - not the memory. (well, maybe non GigE on a 386, but 100M easily.) Sheesh.
    Considering I can't even get DSL or Cablemodem service in SILICON VALLEY, I don't think we will be seeing memory speeds being the limiting factor in downloads anytime soon - like not in the next 10 years even if computers stopped getting faster.

  92. reboots by brokeninside · · Score: 1
    Indeed the idea of a computer needing frequent reboots is very much a Windowsism.


    This depends on the meaning of frequent and reboot. Consider:

    • Game consoles that need to reboot to load new games.
    • Game consoles that sometimes freeze and need to be rebooted in order to abort the frozen program.
    • Palm OS devices that need periodic hard resets.
    • Computer based appliances that sometimes act flaky and need to be reset. For example, my Pioneer 25 disk cd changer occasionally needs to be powered cycled.


    I'll gladly concede that using a reboot as a trouble-shooting device was an area heavily pioneered by help desks supporting various flavors of Windows. However, many devices need periodic resets due to defects in software and/or hardware.

    Ciaio.

  93. I hope this never works by fabiolrs · · Score: 1

    Because it would end with my argument with my boss

    phone rings:

    boss: "Where the heck is file youre suposed to send me?"

    me (turning off Quake 3 and opening eudora): "im sending it right now, I had to reboot the computer because of a Windows crash and I lost the file... I had to do it again! Dont worry, I just finished it and im sending it right now!!"

    --
    Fabio - Sumare/Sao Paulo/Brazil/South America/Earth/Solar System/Milky Way/Universe
    http://www.morroida.com.br
  94. Reboot problem solved long ago, called Unix. by percey · · Score: 2, Funny

    Honestly, at the risk of sounding cliche, real unix systems, that are bound to their hardware have fantastic uptime. The RS6000 we've had for a year has only been taken down for failover testing. If the resolution is hardware based then this Wintel duopoly isn't of much use. But the biggest question is, what will help desk people do if they can't tell people "Reboot the system." to take care of the problem. The vast majority of them may actually have to be trained in technical problem resolution. Millions will be thrown out of work (because it obviously exceeds their capabilities). Its the fragile nature of Windows that keeps the economy moving! Hopefully they will rethink this before its too late.

  95. NV Ram doesn't solve the problem by billcopc · · Score: 1

    We already know how to save out all RAM to disk. The problem is in saving the CPU state(s). Hardware needs to be initialized and configured before it can be used efficiently. Someone has to tell the hard drive to switch to ATA/100 bus speeds, and someone has to tell the video card to init the display in 1600x1200. Loading the OS from a memory dump is the easy part.

    --
    -Billco, Fnarg.com
  96. An hour to reboot? by Anonymous Coward · · Score: 0

    Man you should get WinXP then, I got my reboot time down to 32 seconds using the VisBoot tool microsoft has for XP. And even before that my boot time was about 42 seconds.

    I'll probably get flamed for this, so that's why I'm posting AC, I love my karma too much :)

  97. The technology by markmoss · · Score: 2
    The Houston Chronicle has a writeup, which describes the technology a little:

    UH researchers worked with very thin films of perovskite oxides called manganites. When these thin films are exposed to electrical pulses their resistance can be programmed. The researchers developed an electrical switching process so that the material could be used to store and retrieve bits of information.

    Computer memory using the new technology would look essentially the same as the memory being used in today's computers, Ignatiev said.

    "If you put them under a microscope, they would really look no different," Ignatiev said. "The difference is that traditional memory uses transistors and capacitors, and these use a resistor."

    It will require only a slight modification to the design of the current generation of motherboards. An interface that reads high and low resistance would have to be installed.

    So it is non-volatile RAM. That makes four distinct NV-RAM technologies that I know of: battery-backed SRAM (fast, expensive, and low capacity), Flash and other electrically eraseable PROM's (slow writes, wears out), magnetic RAM, and resistive memory. The first two have been on the market for years, and capacity/price are nowhere near competitive with hard drives, although they are used where capacity can be much less than a PC needs and the environment is hostile to hard drives. MRAM is now being sold in small quantities, I think, but it's too young to tell how price and performance will work out.

    What I did not see was any reason at all for thinking that resistive RAM would work out to a low enough price to be a hard drive replacement. I'll believe that, with enough work on the production process, it can beat SRAM on price and Flash on write speed (these aren't hard targets), but it has a very long way to go to compete with DRAM on price or speed, and then the price has to go down another 100 times to compete with hard drives. OTOH, start selling boxes with 256M of NVRAM and good non-bloated instant-on software, and maybe people will prefer them to MS's bloatware offerings on a 30G HD...

    Finally, there have been much ballyhooed nonvolatile memories before that died once they hit the market. Bubble memory was supposed to replace hard drives about 20 years ago, but most slashdotters are too young to even remember it... I do like to see another technology out there, because if MRAM stumbles, now there's another chance of getting NVRAM that doesn't require major compromises.
    1. Re:The technology by SWTP · · Score: 1

      I do remember magnetic bubble memory. I cant remember if it was Fuji or TI that released it but the cost was gigantic and limited to like 2048 bits or somthing like that. Baicaly died when cmos memory went blastic in size per cost. Also it had quite a few suport chips to get it working.

  98. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  99. Guess again by brokeninside · · Score: 1
    Last I read, WinCE devices had less that 20% marketshare.

    This means that they are not ubiquitous.

    I probably know a few dozen people with hand held computing devices. None of them own a PocketPC. One owns a Sharp Zaurus.

    They need to be periodically reset. Also consider that twenty to thirty hours of use translates to several months for most (not all) users of hand held computers.

  100. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  101. This would be better Cache wouldn't it? by Anonymous Coward · · Score: 0

    Think about it, I will need to reboot because my OS sucks. With this new memory, however, at least when I reboot, I would not have to refill my cache.

    Just a thought.

  102. Real soon now.. by petis · · Score: 2
    The article says Commercial availability of the chips is expected within three years



    As always, multiply the marketing department's wishes with pi. In this case, 3*3.14, it's something like 9.5 years. I'd say end of 2010 at best.

  103. Two funny things. by SWTP · · Score: 1

    1) Basicaly a Transistor is a variable resistor.
    2) Before Cmos and TTL ther was RTL logic. (Resistor Transistor Logic).

  104. Re:one small step (giant leap until UPTIME=+INFINI by Anonymous Coward · · Score: 0

    Yeah, It's gonna take FOREVER before we can have uptimes of +INFINITY.

    And someone's got to take care of that exploding-sun problem and the entropy problem thingy.

  105. WHAT? by Cable_Monkey · · Score: 1

    NO MORE REBOOTING?!?!?!?!? Now how in the hell do I get rid of this blue screen with all of this garbage written on it?

  106. dont worry... by greymond · · Score: 1

    the new version of windows will still find a way to make you HAVE TO restart wheather its a crash or a just BECAUSE it WILL make you reboot.

  107. WHAT? INDEED! by Anonymous Coward · · Score: 0

    What about this black screen I have??? How is this going to prevent CVS from eating up every single bit of ram in the machine and hard crashing it?

  108. HAHAHAHAHA! by Anonymous Coward · · Score: 0

    That's a real knee slapper! You can only make a statement like that to people who aren't using UNIX. Ooops, my mistake, Lunix isn't UNIX. Thus the fact that it crashes constantly also doesn't apply to your RS6000 story. I guess you really shouldn't have even mentioned Windows. You might have actually made a point then. As it is it's pure FUD.

  109. Re:I think this is the same / links to MRAM articl by sconeu · · Score: 2

    However, systems such as you talk of, don't NEED to be forcibly power-cycled. However, they are generally shut off, to avoid unnecessary power drain. But when entering a threat area, they are turned on.

    --
    General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  110. The extra hour a day? by Jonny+Balls · · Score: 1

    You can add on to the non-stop sitting and snacking! thats what being a computer programmer is all about

    --
    --JonnyBlog
  111. No reboot? by gurensan · · Score: 1

    Ok, so what happens when you *want* to reboot? Like, say, for installing certain Free OSs? Would it then be a case of 'you bought it, you live with it hahaha'?

    I like either Linux or FreeBSD, and I don't see a reason to change... how much ya wanna bet devices with this will have CE on them?

    --
    You are all fartheads.
  112. Extra hour a day? by evilpaul13 · · Score: 2

    Have you not upgraded to Ext3 or are you running Windows 9x?

  113. Re:Poorly written summary of a poorly titled artic by iabervon · · Score: 3, Interesting

    The article wasn't any better written than the summary. It seems like this is suitable as a replacement for flash memory, not for either disk (which is huge), or for RAM (which is really fast). Of course, having a flash-like technology be cost-effective would change things; you could keep a copy of system memory as it is when it has just been booted (but before it initializes devices) there. Then you "reboot" by copying the virtual memory table from the nvram to main memory, and the system is immediately ready to initialize devices and run.

    It would also be useful if programs could put some of their data in the nvram region, so (for instance), your emacs buffers don't go away when the power goes out. It would also be a good place to put write buffers, such that, as soon as the data is written to nvram, it will definitely make it into the filesystem, whether or not you lose power. This means that you can accumulate more dirty buffers safely and write them out in larger chunks, which is more efficient.

    Keeping everything in nvram (if that were fast enough) may or may not be a good idea. You'd still want to reboot on occasion to refresh the system (load a new kernel, e.g.), but there's no particular reason you'd want to reboot at exactly those times when you power down and back up. Of course, you'd need everything to be hotswappable (replace the processor with programs running?) and restartable (disks have to be told to spin up, e.g.).

  114. Gee Wiz! by jeff13 · · Score: 1

    You mean streaming formats, online flash, and general Internet media will be slightly less crappy? Wow!

    Digital is just another way of saying;"more expensive, less relievant, less quality, more waiting.

  115. i dont reboot =) by kernell32 · · Score: 1

    The only situation when i reboot is when i compile a new kernel or when i change my hostname. Now how often does THAT happen?
    cheers =)
    Linux is what you need

  116. Core memory machines used to clear by HiThere · · Score: 2

    Rebooting is sometimes used to refresh the state of the RAN, rather than just to power down. So there will be needed two new facilities.
    1) a clear function, which will set the ram to a known good value.
    2) an initialize function to recover from connections that may have been left active, and timed out while the power was off. (And probably to do other recovery that I haven't thought of just yet.)

    In the old core memory machines, the core was frequently cleared without turning off the computer, and then another IPL (initial program load) was done to start a program running. These features will need to be re-invented for more modern environments if ram becomes non-volitile. Of course, design could cause only some ram to be non-volitile, in which case it could be treated as an extermely fast disk (faster than the volitile ram? That sounds unlikely, but if so it could cause interesting design changes.)

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  117. Several problems with this by gweihir · · Score: 2
    • Most rebooting is not because of power-loss, but to correct problems with the software. Solid state memory does not help at all in this case! Otherwise present day PC's would routinely be put into hibernation instead of being rebooted.
    • Thin film process is space consuming. Very space consuming. It might be decades until they can match current memory density, if at all.
    • 1000 times faster than flash might not be enough. Depending of which flash technology they compare with, they might be 10-1000 times slower than present DRAM.
    • On the bright side, if this can be made to work with reasonable parameters, disk-crashes would be a thing of the past.
      And if they can hack the density and cost problem, replacing disks with this technology could actually work.


    To sum up: Typically "we solve a major problem" false-promise headline. Maybe they are looking for funding.
    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted and ignored otherwise.
  118. no save as... button by Anonymous Coward · · Score: 0

    But... and software?
    you could imagine your apps/desktop/prompt whithout a harddisk? is supossed that things evolve this way because they needed a disk (and still need a disk nowadays) and this mark the behavior of software but what will happen when those things are solved?
    are you prepared to emulate hard disks using ram?

  119. Perhaps there will be a memory reset switch by Anonymous Coward · · Score: 0

    You know, it switches all the ones(1) to Zeros(0).

    Then your 'puter is back to a base state with memory unused. You'll lose any un-saved info, so you better not have your HDD & RAM as the same device or you'll be as screwed as your everyday Palm Pilot user.

    Oh, and it isn't just windoze that crashes. I've written plenty of bad software that will fux up a unix machine.

    FOr those of us still learning the craft of software development (and aren't we all, always learning - pushing the limits..crossing the limits and crashing hard core) we need a machine with a reset button!

  120. Uh?! by mlylecarlin · · Score: 1
    This won't get rid of crash reboots. The reason you reboot is that the current state of everything (including memory) IS WRONG, and you want to wipe it clean.

    mlylecarlin

  121. Suspend-to-Disk and Suspend-to-RAM by D.+Book · · Score: 1

    End of computer rebooting? What folly.

    There are a couple of features that were elaborated on in the 'Instantly Available PC' initiative years ago that work around the volativity of DRAM to provide a rapid resume type function (i.e. your computer resumes to its previous state, with all your apps open as they were, without having to go through the Windows boot process). Suspend-to-Disk (S4) dumps the RAM content to disk and resumes from there. Suspend-to-RAM (S3) actually maintains the RAM content using the ATX power supply's +5VSB current, and even though the computer appears completely off, the RAM is powered as long as the PC is connected to the mains. As one might expect, S3 is much faster than S4, but is vulnerable if a power outage occurs. Both of these features have been plagued hardware and driver issues (particularly sound card-related), but things are improving.

    But none of this has much to do with rebooting. What are the most common reasons for rebooting? Because some program, newly installed update, or configuration change demands it, or because the OS or application stuffs up the system. In both cases, the volativity of RAM has no effect on whether or not you need to reboot.

  122. Re:I think this is the same / links to MRAM articl by Paul+Komarek · · Score: 2

    Aha, so this is why the memory systems are funded by DARPA. Having discovered that their Windows NT controlled ships are dead in the water after a system crash, they're trying to make computers that reboot faster!

    -Paul Komarek

  123. reducing the time required to transfer and downloa by Mike+McTernan · · Score: 1

    holds the promise of reducing the time required to transfer and download multimedia content and other massive files

    Yes, I'm sure that most of us are limited by the bandwidth to the memory when downloading large files.

    {I can see how it will help with moving large files around in memory though...)

    --
    -- Mike
  124. innacuracy? by sniepre · · Score: 1

    "Ignatiev said the new technology is about 1,000 times faster than flash, which is nonmechanical and currently the speediest memory on the market. "

    since when has Flash memory been the speediest memory on the market?

    That seems to be an obscene comparison!

    --
    Is not life a hundred times too short for us to bore ourselves? -Friedrich Wilhelm Nietzsche
  125. Re:Poorly written summary of a poorly titled artic by sheldon · · Score: 1

    Win98 is referred to as "Legacy Windows". The current version of Windows XP uses the NT kernel and doesn't exhibit the types of problems you have.

    It might be helpful in the future if you are talking about problems in Win98 to use phrases like "I remember when...", or "Years ago..." to point out the fact that you were talking about the way things used to be, not the way things are.

  126. We have invented software that can run forever . . by Anonymous Coward · · Score: 0

    It's called Linux and BSD. No, they're not perfect, but the only times I've ever had to reboot a BSD (be it Free, Open or Net) or Linux box was a) because of hardware failure or b) because I fscked something up (like when I was working on kernel modules).

  127. too much responsibility by spectatorion · · Score: 1

    this looks like too much responsibility for crappy software writers to handle. while rebooting is annoying, a freshly rebooted system has completely clean memory. if things just stay in memory permanently, programs with memory leaks will be a huge problem. obviously [i hope!] there would be a way to clear out the memory, but even so, the problem of having to reboot computers seems more of a software problem than a hardware problem.

  128. Re:rebooting will not die, yet. .... Not really by Jester99 · · Score: 1
    Blockquoth the poster:

    Also, computers are now 1000 times faster than 10 years ago and they take much more time to boot (DOS did it in seconds on 286).


    Back in 1988, I had an 80286 with 640 KB of RAM (Back when it was enough for everybody. :), and I
    refute that line pointedly. The machine took 30 seconds to POST, for one thing. (It just sat there forever reading "Checking stuck NMI.")

    After it actually did start to "load DOS" it took a good 30-60 more seconds. By contrast, the 700 MHz PIII I have today loads win98 in *well* under a minute, from POST to actual keyboard/mouse responsiveness (That is, after its finished loading all 8 or so things that appear in the systray, etc, and is ready to launch more programs).

    So, sorry, but with the increase in speed over the last 14 years as I've experienced it, boot times have lessened as well.
  129. you need downtime... by Suburban+nmate · · Score: 1

    Well, I have a Sleep/Downtime replacement called "Coffee". It's relatively portable, lasts ages in it's pre-prepared form (may even be consumed in this form at a pinch), and only 5 minutes preparation time can replace up to 12 hours of Sleep. (Alternatives available)

    Besides, as soon as I clocked the title I was worried. No more rebooting doesn't make much odds to *nix users. but while the average Joe Luser may not contribute jack shit to the Open Source community, money is money. Ask an average user (Box from high street chain, OEM windows install, clueless) "What ticks you off about Windows?" and none will say "The built in privacy violations. None will say "The bloated binaries." (hey, this thing is slow, better spunk away another grand on another one!) None will say "The attrocious security blunders". None will say "Contributing to a competitor-strangling monopoly."

    It's crashes. Every time I've asked, anyway. Crashes are what tick off the ordinary Joe Luser. Losing work, watching scandisk (To quote Jack Dee, a mainstream comedian: "I didn't shutdown from the start menu because you crashed!), ruining marriage. Well maybe not the last one. But in a world without rebooting, how the hell are we going to sell *nix to the tech-clueless Windoze crowd? Face it, even "Free" software needs capital.

    Ali

    --
    "Windows and Linux can co-exist on the same machine." - Microsoft Corporation.
  130. Execute-in-Place! by Anonymous Coward · · Score: 0

    If you read it closely, they said "manganite" (or something similar; my memory is starting to fade, too), not "magnatite." This suggests a manganese compound, that may have nothing to do with magnetism (and as noted, they said resistance, though it's yet to be said how the resistance is modulated to write bits)...

    The past-trumpeted MRAM technology is closer to 'core' in design than this. However, one thing that nobody's touched on is that all three nonvolatile technologies allow programs to execute in place- there's no need to copy the program off storage and into RAM, when your storage *is* RAM. Much more efficient!

    I haven't done the math to determine what "1,000 times faster than flash" works out to, but it's likely we'll still see maddeningly fast SDRAM buffers placed ahead of this new medium. That's the best of all worlds, though there's still the matter of keeping state in the event of a power loss..

  131. Game consoles by Steveftoth · · Score: 1

    Game consoles also don't have Operating Systems with the concept of multiple programs. If they even have a definable operating system at all. While they may need to be 'rebooted' they are also not really comparable to normal computers in that way. Since every program has its own OS contained on the cartridge/CDROM/DVD.

    The only exception to this rule that I know of was the DreamCast, as all you ahd to do to change games was eject the cdrom, and then it went into a bios type screen where you could do memory card management and play audio cds.

  132. complex systems... by Snarfodox · · Score: 1

    After a reboot less software has run and left its mark on the system, causing less system turbulence.
    This generally results in transient periods of stability immediately after the restart of the system as different components have not yet interacted in the complex ways you see on systems packed with traces of software that has already run.
    Unless someone has yet another inspiration about how to ensure greater stability in the field of complex systems engineering we're doomed to at least a few reboots.

  133. What about ROM??????!!!!???? by skrain-bodak · · Score: 1

    I thought that the two main memories in a computer were RAM and ROM.....since when did computers stop using Read Only Memory and start using this Magnetic Mass Memory stuff? by the way the article says, it leads me to believe that ROM is suddenly no more, that the two memories in a computer are RAM and MMM.....

  134. This is misleading by ahecht · · Score: 1
    This would end booting -- but not rebooting. The operating system would still need to be rebooted when installing certain software, when it slows up, or when it crashes. It just allows you to turn off the power without exiting the OS (kinda like the hibernate mode on many PCs, but faster).

    Also, the article says

    "Unlike the memory used in most computers, ours is nonvolatile, or nonmechanical."
    Nonvolitile doesn't mean nonmechanical. For example, a floppy disk is nonvolitile AND mechanical.

    Finally, this isn't really that new a technology. I read about this stuff in "Technology Review" a year ago.

  135. An Hour a day???? by Timid_Monkey · · Score: 1
    Try a different OS! You might not have to reboot so much.

    I have a RH 7.2 box that has been up for almost 6 days. That is nothing special, either! It was up for somewhere around 40-50 days before I tried ironing a shirt with a tv, 3-75W incandescents, a 100W full-spectrum flourescent llght, and 2 computers (with monitors) all on in my bedroom.

    Wow, when I write it out, I guess it's no surprise that I tripped the circuit breaker!

  136. Re:one small step (giant leap until UPTIME=+INFINI by Anonymous Coward · · Score: 0

    I know... what's the deal? Get on with it!

  137. 20 minutes per 2 hours.... by JeFurry · · Score: 1

    Here in the UK, in the editing department of the university where I work, mandatory breaks of 20 minutes away from the keyboard out of every two hours are enforced.

    The idea is that this will prevent RSI complaints (whether or not you believe in RSI, the complaints are still real) and eye fatigue.

    If a reboot is caused by a crash or hung application (as it often is) then although the break is only 5 minutes or so, the loss in productivity due to breaking one's train of thought is likely to be significantly longer...

    -Jef.

    --
    -- What goes up must come down. Ask any SysAdmin.
  138. Re:Poorly written summary of a poorly titled artic by el_chicano · · Score: 1
    It might be helpful in the future if you are talking about problems in Win98 to use phrases like "I remember when...", or "Years ago..." to point out the fact that you were talking about the way things used to be, not the way things are.
    At work, in addition to a P-III 800 mhz PC running Mandrake 8.1 I have a P-II 200 mhz running Win98 because it can't handle Win2K. Even with Win98 loaded it still does a servicable job when it comes to the internet (I support distance education faculty and students when they have problems with WebCT).

    Last MONTH I had to wipe and reinstall Win98 because the system was acting flaky, so no way can I say "Years ago..." or "I remember when..." because the problem is still with me here and now!

    Before you tell me to replace that box, I work for a community college so if you are willing to forward a check to me I can replace that box, otherwise I need to keep using Win98. Also, the fact that many of the faculty and students I have to support are using Win98 means I need to deal with Win98 today, not yesterday.

    Thinking about it, I only know of two people who even have XP and that is because they just bought brand new computers. I have also noticed that most of my non-techie friends are still running Win98. Again, if you are willing to pony up a check for buying them copies of XP I can get them to upgrade.

    That, my friend, is how things are in the "Real World". Maybe you need to get out a little more and see what OS regular people are using these days (it ain't XP or even 2K)...
    --
    A man who wants nothing is invincible