also @ TechSpot: AMD Radeon HD 7770 & Radeon HD 7750 Review
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > TechSpot Editorial and Site Feedback > TechSpot News and Comments

Collaborate in the cloud with Office, Exchange, SharePoint, and Lync

Intel, Numonyx claim phase change memory breakthrough

Page 1 of 2 1 2
Thread Tools Search this Thread
  #1  
Old 10-29-2009
Jos Jos is online now
TechSpot Elite
 
Location: Ecuador
Member since: Apr 2006, 904 posts
System specs
Intel, Numonyx claim phase change memory breakthrough

Intel and Numonyx, the chipmaker's flash memory joint venture with STMicroelectonics, have released details on what the companies hope will be a breakthrough in the development of phase-change memory (PCM). Specifically, the companies developed a new manufacturing process that would allow stacking several memory/selector layers atop each other so memory can be packed more densely in a given volume.

Read the whole story
__________________
Jose Vilches
Managing Editor
  #2  
Old 10-29-2009
TechSpot Enthusiast
 
Member since: Oct 2009, 153 posts
That does seem like a promissing technology indeed! SSDs as they are today are already getting quite interesting (Intel's 34nm X25-m for instance). This will be even better.
  #3  
Old 10-29-2009
TechSpot Enthusiast
 
Member since: Dec 2005, 178 posts
good news indeed if it can be incorporate into affordable unit, then maybe finally we can get cheap ssds.
  #4  
Old 10-29-2009
Newcomer, in training
 
Member since: Oct 2009, 19 posts
Although it will take time to bring it to average users, the technology they use is quite interesting.
  #5  
Old 10-29-2009
TechSpot Member
 
Member since: Feb 2008, 46 posts
I've been busy trying to get every bit of news I can about these new types of memory. That we have come so far is simply amazing to me.

The merging of HDD/SSD with ram would be absolutely monumental to say the least. I can not wait for the day to come when this is possible, everything would run so fast...
  #6  
Old 10-29-2009
TechSpot Paladin
 
Location: Hillsboro, OR
Member since: Jul 2009, 822 posts
I was just thinking the same thing, Colonel Lance... Imagine systems with no hard drive architecture as it exists now, just a processor and a ram disk that is instant on and fast as lightning... Add in the optimization and simplification you could do in the entire computing process, and the power consumption savings, and there could be an interesting evolution on the horizon for computing (particularly mobile platforms). Conventional HDD/SSD drives may end up relegated to the roles of mass archiving, offline or portable storage, or just another backup method.
  #7  
Old 10-29-2009
TechSpot Member
 
Member since: Feb 2006, 70 posts
System specs
yeah if this goes onto be something substantial then no more booting woes,be it windows boot or firefox cold starts :|
  #8  
Old 10-29-2009
treeski's Avatar
TechSpot Booster
 
Location: Chicago, USA
Member since: Nov 2007, 444 posts
System specs
I love yet hate seeing news bits like this. It makes me super excited about future technology, but at the same time, I just want to see it implemented already!
  #9  
Old 10-29-2009
Deso's Avatar
TechSpot Member
 
Location: Wisconsin
Member since: Oct 2009, 130 posts
System specs
long way off huh? who would be surprised if they had that technology working right now and aren't gonna release it until the slow advancement phases has made their potential profit margins
  #10  
Old 10-29-2009
TechSpot Member
 
Member since: Jun 2009, 83 posts
Sounds great. More memory capacity is always good. But what about motherboard support and cost?
  #11  
Old 10-29-2009
TechSpot Booster
 
Location: Darien, IL
Member since: Jan 2008, 442 posts
System specs
More of a chemistry problem than a physics problem. Bravo.
  #12  
Old 10-29-2009
ElShotte's Avatar
TechSpot Member
 
Member since: Sep 2008, 111 posts
System specs
Yeah, I wonder what the cost of devices that sport this new technology will be. Oh, and to the Staff, isn't Paragraph 2, Line 2 supposed to say "...minimum of dye space."
  #13  
Old 10-29-2009
r3claimer's Avatar
TechSpot Member
 
Location: USA
Member since: Feb 2008, 81 posts
System specs
This is pretty interesting stuff. There seem to be quite a few new things upon the horizon. USB 3.0, Light Peak, Phase Change Memory...I hope I don't get left out in the cold when I buy a computer soon, only to find out that these new technologies are in computers Only a couple years later. At least the article seems to imply years before Phase Change memory is available.
  #14  
Old 10-29-2009
TechSpot Member
 
Member since: Mar 2007, 91 posts
Yes, a long time to go. What I see from using non-volatile high speed memory, the first thing, is faster wake and sleep state transitions for PCs. The ACPI spec acknowledges that the only method to store state data for various peripheral devices distinct from CPU and memory is to use the hard disk or other selected mass storage devices. Primarily this method meant that memory would increase overtime in unpredictably high capacities and that more and more state information would be stored and written to the hard disk in one way or another, but perhaps using a type of memory that would stay consistent despite memory's ubiquitous volatile nature would allow nothing more than perhaps the moving of a few small data structures; the operating system could resume at substantially more responsive speeds. On the matter of merging the physical concept today that conveys John von Neumann's idea, there are already similar systems on several ASIC devices in terms of addressing. In contrast to merging the entire two major modular designs of the componentry, those ASICs simply merge memory and storage in the same address space; The physical merging of these two components in my views would introduce a larger more expansive relationship with the application layer and the driver layer, relinquishing the isolating design of interfacing with the common serial controller and through the hard disk's controller.
  #15  
Old 10-30-2009
TechSpot Member
 
Member since: Sep 2008, 133 posts
This sounds awesome, I just hope that the prices of these when they do come out isn't insanely high like imo SSDs are. Oh well I guess, technology prices fall fast and hard usually.
  #16  
Old 10-30-2009
TechSpot Paladin
 
Location: Hillsboro, OR
Member since: Jul 2009, 822 posts
Quote:
Zeromus said:
but perhaps using a type of memory that would stay consistent despite memory's ubiquitous volatile nature would allow nothing more than perhaps the moving of a few small data structures; the operating system could resume at substantially more responsive speeds.
In a perfectly implemented system where RAM and storage are the same, there would theoretically only a need to have a very small section that would imprint the current data within the processing core when a system was shut off - it could be virtually instantaneous on and off if the memory is persistent.

But, therein lies the rub... In order for a system like that to work properly, applications will have to do very effective housekeeping on their own resources. A memory leak in a program today just usually results in your RAM getting packed full and slowing your system down, until the program crashes (or the system does). A memory leak in a program on a computer where the memory is also the storage could lead to a massive amount of garbage being stored in your persistent storage space, effectively ballooning up until there is no room left to operate. Either the programs will have to be very efficient, or a larger overhead monitoring system will have to be in place to prevent runaway memory leaks - either of those situations could potentially slow down the lightning quick potential of an integrated system.
  #17  
Old 10-30-2009
klepto12's Avatar
TechSpot Maniac
 
Location: Booneville, Arkansas
Member since: Dec 2008, 1,281 posts
System specs
very nice bigger ram in the same space i like this.
  #18  
Old 10-30-2009
TechSpot Member
 
Member since: Jan 2007, 40 posts
This is quite promising since if they can get it to market soon enough it should help drive down the costs for SSD's which we all will appreciate I'm sure. :)
  #19  
Old 10-31-2009
TechSpot Member
 
Member since: Oct 2009, 48 posts
It is always nice to see what the distant future holds. Sounds like it is still some time before we see memory of this caliber.
  #20  
Old 10-31-2009
Rig Rig is offline
TechSpot Member
 
Member since: Jan 2009, 30 posts
I can't wait until I can select how much RAM I can have by dragging a slider on a partition manager XD
Closed Thread
Page 1 of 2 1 2

Similar Topics
Topic Replies Forum
Intel, Micron announce 25nm NAND flash breakthrough 7 TechSpot News and Comments
Micron to acquire flash memory maker Numonyx 0 TechSpot News and Comments
Help building phase change system 3 Overclocking, Cooling and Modding
Is it safe to change Memory Latencies?? 12 Overclocking, Cooling and Modding
Intel guy looking to change 60 Processors and Motherboards

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 11:13 AM.