Saturday, October 11, 2008

http://pagead2.googlesyndication.com/pagead/iclk?sa=l&ai=B_GZtm3XwSLK9GpfM6wP-uZjpD9Slv3ny_unwCMCNtwHwogQQChgKIJmw9AEoCjgAUL2ZhKoDYOUCkAECoAHSz87-A7IBE3d3dy5hcnRpY2xlY2l0eS5jb226AQhmcF9hbF9scMgBAdoBQmh0dHA6Ly93d3cuYXJ0aWNsZWNpdHkuY29tL2FydGljbGVzL2NvbXB1dGVyc19hbmRfaW50ZXJuZXQvMi5zaHRtbOABAoACAcgC8pmfCKgDAbgDAugDtwToAwXoA_ID6AOeAegD4AGIBAGQBAGYBAA&num=10&adurl=http://www.eweek.com/c/a/Data-Storage/SolidState-Memory-Will-Kill-HHDs/%3Fsp%3D0%26kc%3DGOOEW08252008HHD1&client=ca-pub-263058009871471
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-2464436-1");
pageTracker._initData();
pageTracker._trackPageview();
Data Storage"
s.pageType=""
s.prop1="Solid-State Memory Will Kill HHDs"
s.prop2=""
s.prop3="Chris Preimesberger"
s.prop4="Slide Show"
s.prop5=""
s.prop6="Slide Show"
s.prop7="Unregistered"
s.prop8=""
s.prop9=""
s.prop10=""
s.prop11="2008-08"
s.prop12="entzd.eweek/storage"
s.prop13=""
s.campaign=""
s.state=""
s.zip=""
s.events="event4"
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
s.eVar4=""
s.eVar5=""
s.hier1="eWEEK>Home>Data Storage>Solid-State Memory Will Kill HHDs"
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//-->
=0)document.write(unescape('%3C')+'\!-'+'-')
//-->

Data Storage - eWeek

document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('');
document.write('');
document.write('');
document.write('
');



document.write('');document.write('
HOME');document.write('NEWS');document.write('REVIEWS');document.write('DATA STORAGE');document.write('SECURITY');document.write('DESKTOPS/NOTEBOOKS');document.write('MOBILE/WIRELESS');document.write('APP DEV');document.write('BLOGS');document.write('VIDEOS');document.write('THE CHANNEL');document.write('BUYERS GUIDE');document.write('');document.write('');document.write('');document.write('Data Storage News');document.write('');document.write('');document.write('Storage Reviews');document.write('');document.write('');document.write('Virtualization');document.write('');document.write('');document.write('Cloud Computing');document.write('');document.write('');document.write('SOA, Web Services & Web 2.0');document.write('');document.write('');document.write('HP Scalable NAS');document.write('');document.write('');document.write('Slideshows');document.write('');document.write('');document.write('All eWeek Topics');document.write('');document.write('');
HOME
NEWS
REVIEWS
DATA STORAGE
SECURITY
DESKTOPS/NOTEBOOKS
MOBILE/WIRELESS
APP DEV
BLOGS
VIDEOS
THE CHANNEL
BUYERS GUIDE
Data Storage News
Storage Reviews
Virtualization
Cloud Computing
SOA, Web Services & Web 2.0
HP Scalable NAS
Slideshows
All eWeek Topics
showdart('LEADER', '728x90');

showdart('MICRO', '160x90');

Home Data Storage Solid-State Memory Will Kill HHDs
var globalTimeout;
var playOrPause;
function SetPlayPauseImages()
{

if (playOrPause == 'pause'){
// document.images.PlayPauseImg1.src = 'http://common.ziffdavisinternet.com/images/slideshow_btn_pause_grey.gif';
document.images.PlayPauseImg2.src = '/images/slide/slideshow_btn_pause_grey.gif';
// document.getElementById('PlayPauseText1').innerHTML = 'Pause';
document.getElementById('PlayPauseText2').innerHTML = 'Pause';
playOrPause = 'play';
} else {
// document.images.PlayPauseImg1.src = 'http://common.ziffdavisinternet.com/images/slideshow_btn_play_grey.gif';
document.images.PlayPauseImg2.src = '/images/slide/slideshow_btn_play_grey.gif';
// document.getElementById('PlayPauseText1').innerHTML = 'Play';
document.getElementById('PlayPauseText2').innerHTML = 'Play';
playOrPause = 'pause';
}
}
function SetRedirect(iTime) {
// 01/08/2007 Slideshow Timing called from stored procedure "zm_get_slideshow_caption" in ZM CDA Common Data Slideshow Viewer
iTime = '25';
iTime = iTime * 1000;
nextURL = 'http://www.eweek.com/c/a/Data-Storage/SolidState-Memory-Will-Kill-HHDs/1/';
redirectTime = iTime;
if (nextURL == '') {
// Do nothing if there is no next page to go to
}
else {
globalTimeout = window.setTimeout("location.href=nextURL",redirectTime);
}
}
function PlayPauseClicked()
{


SetPlayPauseImages();


if (playOrPause == 'play'){
SetRedirect(1000);
// create cookie to play
Set_Cookie('playslideshow','yes', '/', '', '');
Delete_Cookie('noslideshow', '/', '');
}else{

window.clearTimeout(globalTimeout);

// delete cookie
Delete_Cookie('playslideshow', '/', '');
Set_Cookie('noslideshow','yes', '/', '', '');
}
}
function Set_Cookie( name, value, path, domain, secure )
{

// set time, it's in milliseconds
var today = new Date();
today.setTime( today.getTime() );

var expires = 1000 * 60 * 10;
var expires_date = new Date( today.getTime() + (expires) );

document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}
function Get_Cookie( name ) {

var start = document.cookie.indexOf( name + "=" );
var len = start + name.length + 1;
if ( ( !start ) &&
( name != document.cookie.substring( 0, name.length ) ) )
{
return null;
}
if ( start == -1 ) return null;
var end = document.cookie.indexOf( ";", len );
if ( end == -1 ) end = document.cookie.length;
return unescape( document.cookie.substring( len, end ) );
}
function Delete_Cookie( name, path, domain ) {
if ( Get_Cookie( name ) ) document.cookie = name + "=" +
( ( path ) ? ";path=" + path : "") +
( ( domain ) ? ";domain=" + domain : "" ) +
";expires=Thu, 01-Jan-1970 00:00:01 GMT";
}
Solid-State Memory Will Kill HHDs ( Page 1 of 11 )HHD, or hybrid hard drive, disk storage is a technology that will generally give way to the simpler, more efficient SSD, or solid-state drive, form factor. Want proof? Seagate Technology, Western Digital, Samsung, Toshiba, Fujitsu, Intel, Advanced Micro Devices, Micron Technology, SanDisk and LSI Logic are well into flash development as the next generation of processors begins to take shape. Some companies are working on advanced solid-state technologies such as Spansion and Virident Systems' EcoRAM. NAND flash memory forms the core of the removable USB storage devices known as USB flash drives and the Apple iPod and Apple iPhone. EMC, Dell and Sun Microsystems are among the first systems vendors to come out with optional solid-state drives for servers and storage arrays. Here's why SSD storage will kill HHD storage.

SSD (solid-state drive) storage will ultimately kill HHD (hybrid hard drive) disk storage. Not everyone will agree. It could take years, perhaps even a full generation, but spinning disk storage will give way to the simpler, more efficient solid-state form factor. Here's why SSD storage will kill HHD storage.
Next: High Reliability, Improved Longevity >>


>>>
More Data Storage Articles >>> More Slideshows


showdart('MPU', '336x280');






Pause
Next

Slideshow Archive
.toctxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
padding: 5px 0px 0px 0px;
}
A.tocnav:link, A.tocnav:visited, A.tocnav:active{
font-family: Verdana,Arial,Helvetica;
font-size: 11px;
color: #000000;
text-decoration: none;
}
A.tocnav:hover {
color:#000000;
text-decoration: underline;
}
Slideshow Index:
Solid-State Memory Will Kill HHDs
High Reliability, Improved Longevity
Faster Random Data Access
Lower Latency
No Moving Parts That Can Break or Freeze Up
Capacities Quickly Improving
Lower Power Requirements
Smaller Carbon Footprint
Much Less Cooling Necessary
Cost Is Coming Down
See More Slideshows Like This One

showdart('MPU', '336x280');

-->
// This code has to be down here, AFTER the definition of the image(s) Im updating.
var override;
override = 0;
var sscookieEnabled=(navigator.cookieEnabled)? true : false
if (typeof navigator.cookieEnabled=="undefined" && !sscookieEnabled){ // if not IE4+ nor NS6+
document.cookie="sstestcookie"
sscookieEnabled=(document.cookie.indexOf("sstestcookie")!=-1)? true : false
}

if (sscookieEnabled) {
playOrPause = "pause";
PlayPauseClicked();
override = 1;
}


// Check the cookie. If we have a PLAY cookie, then play
if (Get_Cookie('playslideshow') override == 1) {
SetRedirect(15000);
playOrPause = 'play';
document.images.PlayPauseImg2.src = '/images/slide/slideshow_btn_pause_grey.gif';
document.getElementById('PlayPauseText2').innerHTML = 'Pause';
}
else {
playOrPause = 'pause';
}
Issue Index Contact Us About Advertise Magazine Customer Service Site Map
Security:
Enterprise SecurityNetwork SecurityInfrastructure SecurityHow To: DataIT Security NewsCheap Hack BlogSecurity Watch Blog
Storage:
Data StorageCloud StorageStorage VirtualizationNetwork Access StorageStorage ReviewsData Storage NewsHow To: StorageStorage Station Blog
Computing:
Apple OSXLinux SystemsWindows VistaManaged Print ServicesCloud ComputingPC ReviewsMicrosoft Watch BlogApple Watch BlogGoogle Watch Blog
Communications:
VoIP SolutionsWireless TechnologyMessaging SoftwareWeb ServicesMobile ApplicationsWireless NewsMobile Reviews
Apps & Development:
Application DevelopmentSAASSearch EnginesDatabase SoftwareWeb 2.0IT Project ManagementEmerging Tech BlogCIO Insight BlogsCIOs

Vertical Markets:
Federal Government ITHealth Care ITFinance ITMid-MarketChannel PartnersCareers BlogValue Added Resellers
More eWeek Links:
Tech Knowledge CenterTech NewslettersTech RSS FeedsWhite PapersTech PodcastsTech VideoseWeek Magazine Subscriptions
Enterprise Websites:
ZDE HomeBaselineChannel InsiderCIO InsighteSeminarseWeek Mid-MarketPublish OnlineWeb Buyers Guide
Developer Websites:
Dev ShedDeveloperShedASP FreeMS DevSourceSEO ChatCodewalkersTutorializedScripts.comDev MechanicDev ArticlesWeb HostersDev Hardware
Technology Websites:
Device ForgeDesktop LinuxLinux DevicesWindows for DevicesiGrep Search EnginePDF ZoneLinux Watch6

No comments: