Intel Multi-Core Processors: Quick Reference Guide. by Thomas W. Burger

Size: px
Start display at page:

Download "Intel Multi-Core Processors: Quick Reference Guide. by Thomas W. Burger"

Transcription

1 Intel Multi-Core Processors: Quick Reference Guide by Thomas W. Burger August 2005

2 The information contained in this document is provided for informational purposes only and represents the current view of Intel Corporation Intel on the date of publication. Intel makes no commitment to update the information contained in this document, and Intel reserves the right to make changes at any time, without notice. DISCLAIMER. THIS DOCUMENT AND ALL INFORMATION CONTAINED HEREIN IS PROVIDED AS IS. INTEL MAKES NO REPRESENTATIONS OF ANY KIND WITH RESPECT TO PRODUCTS REFERENCED HEREIN, WHETHER SUCH PRODUCTS ARE THOSE OF INTEL OR THIRD PARTIES. INTEL EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, IMPLIED OR EXPRESS, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND ANY WARRANTY ARISING OUT OF THE INFORMATION CONTAINED HEREIN, INCLUDING WITHOUT LIMITATION, ANY PRODUCTS, SPECIFICATIONS, OR OTHER MATERIALS REFERENCED HEREIN. INTEL DOES NOT WARRANT THAT THIS DOCUMENT OR THE INFORMATION CONTAINED HEREIN IS FREE FROM ERRORS, OR THAT ANY PRODUCTS OR OTHER TECHNOLOGY DEVELOPED IN CONFORMANCE WITH THIS DOCUMENT WILL PERFORM IN THE INTENDED MANNER, OR WILL BE FREE FROM INFRINGEMENT OF THIRD PARTY PROPRIETARY RIGHTS, AND INTEL DISCLAIMS ALL LIABILITY THEREFOR. INTEL DOES NOT WARRANT THAT ANY PRODUCT REFERENCED HEREIN OR ANY PRODUCT OR TECHNOLOGY DEVELOPED IN RELIANCE UPON THIS DOCUMENT, IN WHOLE OR IN PART, WILL BE SUFFICIENT, ACCURATE, RELIABLE, COMPLETE, FREE FROM DEFECTS OR SAFE FOR ITS INTENDED PURPOSE, AND HEREBY DISCLAIMS ALL LIABILITIES THEREFOR. ANY PERSON MAKING, USING OR SELLING SUCH PRODUCT OR TECHNOLOGY DOES SO AT HIS OR HER OWN RISK. Licenses may be required. Intel and others may have patents or pending patent applications, trademarks, copyrights or other intellectual proprietary rights covering subject matter contained or described in this document. No license, express, implied, by estoppels or otherwise, to any intellectual property rights of Intel or any other party is granted herein. It is your responsibility to seek licenses for such intellectual property rights from Intel and others where appropriate. Limited License Grant. Intel hereby grants you a limited copyright license to copy this document for your use and internal distribution only. You may not distribute this document externally, in whole or in part, to any other person or entity. LIMITED LIABILITY. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO YOU OR TO ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF YOUR USE OF THIS DOCUMENT OR RELIANCE UPON THE INFORMATION CONTAINED HEREIN, UNDER ANY CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. Intel, the Intel logo, Pentium, Intel Xeon, and VTune are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others. Copyright 2005 Intel Corporation

3 What is Multi-Core Technology? Multi-core means to place two or more complete computational engines (cores) within a single processor. Multi-core technology was developed when engineers realized that merely increasing the speed of single-core chips created too much heat and did not produce the same improvements as in previous processor models. They realized at that rate, a processor would soon be hotter than the surface of the sun. Even without the heat problem, the priceto-performance ratio would be unacceptable, with slightly faster processors costing greatly more. Instead of scaling up, Intel engineers developed multi-core chips to embrace the scaleout approach to performance. This architecture facilitates a divide and conquer strategy. By splitting the work, a threaded application can take advantage of multiple execution cores and can perform more work within a given amount of time. The multi-core processor is a single chip (also known as a die ) and plugs directly into a single processor socket, but the operating system perceives each execution core as a discrete logical processor, with all the associated resources. By dividing the work between two execution cores, a multi-core processor can perform more work within a given clock cycle. What Multi-Core Technology Does Multi-core architecture makes current software work better and creates an architecture that will encourage future software to be written better. With the move to multi-core processors, existing software does not necessarily need to be modified to support multi-core platforms, although serious software vendors are exploring the new models of software concurrency. Operating systems are already designed to take advantage of multiple processors and will work unmodified. Application developers will have to put more thought into the design of their programs to take full advantage of multi-core technology, but the process for them will be the same as it currently is for designing software for symmetric multiprocessing (SMP) systems, and existing single-threaded applications will continue to work. Applications that benefit from being threaded today will show excellent performance scalability when running on a multi-core processor. Software in this category includes multimedia applications (content creation, editing and local and streaming media playback), engineering and other technical computing applications and middle- and back-tier server applications like application servers and databases. Multi-core technology allows servers to run tasks in parallel that previously would have required multiple processors, and multi-core-based systems are more easily scalable and can put more processing power in a smaller package that uses less power and generates less heat for the computational power derived.

4 Multi-Core Technology and Hyper-Threading Technology Multi-core technology is not the same as Hyper-Threading Technology (HT Technology); it s a vast improvement on it. Multi-core technology allows greater flexibility and speed. HT Technology is based on simulating the presence of two processors (creating two virtual processors). Utilizing HT Technology means that the programmer has to be aware that, although two threads can be run at once and each has access to all of the hardware, there is in reality only one set of computational resources. In order to gain full benefit from hyperthreading, work assigned to each thread is as different as possible to ensure there is as little conflict as possible over processor resources. With multi-core technology, each core is complete with its own hardware cache, floating point math unit, integer engine and a programming thread can utilize all of these resources while another thread can use all of the hardware resources on another core. So the number of simultaneous threads is dependant only on the number of cores and not the resources in each core. There is no need to recode HT Technology-enabled programs for multi-core processors. Applications tuned for HT Technology will use the actual cores as it used the virtual processors. Neither do programming techniques have to change. Multi-core technology will allow HT Technology and multi-threaded applications to take advantage of the increased resources. For the application developer, the techniques for writing applications to take advantage of multi-core processors are the same as they are for current multiprocessor systems. Speed Compared to a single-core processor, a multi-core processor with two cores is not twice as fast as a single-core processor of the same speed, but it can come close. Tests show the addition of a second processor can increase processing speed up to 93%. Tests using dual-processor (DP) workstation platforms based on Intel E7525 chipset and 64-bit Intel Xeon processor 3.60 GHz with 2M L2 cache provide up to 93% additional performance with the addition of the second processor for the threaded workstation applications tested. Performance will vary depending on the specific hardware and software used. This is applicable not only for socket-to-socket scalability but also for internal, or core-tocore, scalability between multiple cores. As an example, say that core-to-core scalability is estimated at 80 percent, meaning that the second core delivers 80 percent of its processing power. A 2.2 GHz dual-core processor would perform like a 3.96 GHz single-core processor. At the same time the 2.2 GHz dual-core processor would have similar characteristics (cost, power usage, cooling requirements) as a 2.2 GHz single-core processor. The (hypothetical) 3.96 GHz processor would cost far more, use much more power, and generate enormous amounts of heat, and because of this, does not exist.

5 Legacy Software and Development Most of the operating systems currently on the market, including the current versions of Windows*, Linux*, and UNIX* operating systems, support multiple processors and will treat a multi-core system as if it were a multiple processor system. Any software that uses threading or is HT Technology-enabled can immediately take advantage of multi-core technology. To date, more than 150 client applications have been enabled for HT Technology, on top of the many hundreds of applications that have previously been threaded. Additionally most major server applications (databases for example) have long been designed to take advantage of multiple processors. These numbers demonstrate that many developer resources and design tools are already in place to capitalize on select Intel processors multi-core capability so current software development efforts aimed at multiple processor systems will work as is with multi-core systems and will take advantage of multi-core technology. The programming community is supporting multi-core technology, and many examples of multi-core technology are the catalyst for renewed efforts in increasing multi-core support. For example, to write software that can take full advantage of multi-core processors, Peter Buhr, professor of computer science at the University of Waterloo, has developed four new C++ classes not in the original language specifications. Professor Buhr states, You won't be able to buy a computer in five years that doesn't have a dual-core processor. We can ignore it, or we can try to get software in place so that every programmer has an opportunity to take advantage of this. Additionally, the C++ standards committee is currently considering revisions that fold multithreading features into the definition of the language. Multi-Core Technology Has Great Advantages for Existing Software More, software is being designed to run with multiple threads. However, older legacy applications, designed to run single-threaded on single-core systems, can still take some advantage of multi-core technology in a typical multitasking environment even though the applications won t know that multiple processors exist. The operating system is aware of multi-core technology and schedules multiple processes amongst the multi-core architecture greatly increasing system throughput. The operating system has a CPU scheduler, which keeps track of all of the tasks that are running and switches between them, assigning each task to the CPU for a short time. It appears that all of the applications are running simultaneously when only one is executing at any given moment. Each switch of the running task is called a context switch. This involves the following procedures: Backing up all of the data stored in the registers that relate to the old task Loading the registers that allow the operating system s CPU scheduler to run Running the scheduler to decide which task to run next Loading the registers for the next task

6 By using multi-core technology, the constant overhead of switching tasks is greatly reduced, resulting in much less overhead and greater code processing. Scalability Multi-core technology allows even more ease of hardware scalability by requiring only a single socket. Instead of having to replace computers to increase the number of processors you can simply replace the single multi-core processor with one containing more CPU cores. Compatibility There is no problem mixing various single- and multiple-thread programs on an multi-core computer. Operating systems will see and use multi-core processors as any other system and schedule each task correctly. More software will be designed to take advantage of multi-core technology as it gains in popularity, and multi-core-based computers will only provide greater and greater advantages in speed, scalability, and flexibility. Price How much will multi-core technology cost? Multi-core technology will cost less than an equivalently fast single-core processor, both in terms of initial price and overhead use. Why Multi-Core? Multi-core technology will be the predominant server and desktop technology. For maximum business advantage and IT potential, multi-core technology is the technology that will drive business in the months and years to come The Intel Multi-Core Technology Advantage Intel adds value to multi-core technology by developing features that take advantage of multi-core architecture to further improve performance and savings. Intel has developed energy-saving dynamic power-coordination (DPC) technology that, when workloads permit, lets the OS tell one processing core to sleep or slow down while the other works. A Product-Wide Application of Multi-Core Technology Intel has multi-core technology solutions for servers, workstations and laptops. Intel plans to integrate DPC, which would extend battery life, into Yonah, Intel s first dual-core laptop chip. Yonah is slated for release later this year. Multi-Core Processor Licensing Do multi-core processor-based systems with four cores mean the processor-based licensing fees are now four times higher? Microsoft, the world s largest software vendor, has announced that they will consider a multi-core processor as a single processor for licensing purposes.

7 Microsoft has also announced that Windows XP and Windows server* 2003 operating systems will count only physical processors (not cores) toward the license fee. Currently, some operating systems and enterprise level applications, such as database servers, are licensed on a per-processor basis with the assumption that each chip is a single processor. With multi-core architecture placing additional processor cores on a single chip, each software vendor must reevaluate and clarify what it considers to be a processor. To allay customer concerns regarding multi-core processors, some software vendors have already announced license policies to include multi-core processors. Taking Advantage of Multi-Core Technology Three steps: Upgrade, improve efficiency, and optimize software. Step one is to upgrade processors. Multi-core technology is a flexible technology that IT administrators can use to provide the breathing space required to support business growth (increases in users, transactions, and data) without having to upgrade the entire Delor Katheryn - kdelor [kdelor@digitalimpact.com] server. This strategy enhances scalability for future growth while, at the same time, extending the life of existing data center components. Administrators can use multi-core technology to optimize the performance of repurposed platforms when next-generation applications are deployed. The second step is improving the efficiency of computer platforms by harnessing multicore technology. Servers with multiple processors have been available for many years, and most networked applications can take advantage of the additional processors, multiple software threads, and multitasked computing environments. This allows organizations to scale networked applications for greater performance. The next logical step for multiprocessing advancements is multi-core technology to further add performance and scalability for future growth. The third step is software optimization. Using multi-core technology as an efficient way to enable incremental performance gains without increasing power consumption and heat. Software tools, along with Intel compilers, can enable significant performance improvements over applications that have not been threaded, compiled, or tuned using such optimization tools. Who will Benefit from Multi-Core Technology? Everyone will benefit. Multi-core technology provides more processing at a lower price with lower power consumption and heat problems. With multi-core processors, users no longer have to wait for multiple programs to load. Multitasking takes place without encountering the delays that even the fastest single-core processors encounter on a regular basis and smoothes out the desktop experience. Multitasking users and those working in environments with background processing will benefit from Multi-core based systems. Using background processing is increasingly

8 widespread in business computing environments. Examples of multitasking processes include background data mining queries while working on spreadsheets, or corporate IT department s management tasks over the corporate network like updating software, troubleshooting hardware, and performing virus scanning. Multi-core processors will allow corporate developers and solutions architects to offer both improved application performance with decreased storage and energy costs and multiprocessing advantages with a lower total cost of ownership and a smaller footprint. As multi-core technology becomes omnipresent it would be a great advantage for developers to embrace multi-core technology. More information on threading resources can be found at the Intel Software Network ( to help programmers navigate this transition. Where? Multi-Core Technology is the Future of the Intel Inside Program Intel is placing a huge investment and effort into multi-core technology. The next step in processor hardware evolution is multi-core processors. This is expected to be adopted by the major software producers even more readily than HT Technology. Intel is working on 16 multi-core chip projects: Two Intel Pentium processor chips will use the dual-core technology, code-named Smithfield. Intel s high-end PC chip, the Pentium Processor Extreme Edition 840, has begun shipping and runs at 3.2 GHz but outperforms today s high-end, single-core, 3.8-GHz Pentium 4. The Pentium D processor, slated for release this year, will be a mainstream desktop chip. Intel plans to release two dual-core Intel Xeon brand server and workstation processors early next year: Intel Xeon multi-processor (MP) chips for servers running at least four processors and Intel Xeon dual-processor (DP) chips for servers and workstations. A dual-core Intel Itanium brand server chip scheduled for release later this year will contain 1.7 billion transistors. It will be Intel s first processor with more than 1 billion transistors. When? The move to threading and concurrency in software will be pulled along by the rapid transition to multi-core architectures. By the end of 2006, the Intel Pentium processor family of multi-core processors is expected to comprise 70 percent of all shipped desktop and mobile processors. In enterprise computing, 85 percent of shipped server processors will be multi-core Intel Xeon and Intel Itanium processors. Intel has more than a dozen multi-core related projects underway for the server, desktop and mobile market segments. The projected platform release date for first the Intel Itanium 2 dual-core processor is Q4 2005; for both the first Intel Xeon dual-core processor and the first Intel Xeon dual-core processor MP, Q1 2006; and for the first Intel Pentium M dual-core processor, also Q

9 In February 2005, Intel announced that it had completed initial production runs of its dualcore desktop silicon and by April 2005, computer manufacturers Alien ware, Dell and Velocity Micro were selling desktop PCs and workstations based on Intel's first dual-core processor-based platform. Intel's first dual-core processor-based platform includes the Intel Pentium Processor Extreme Edition 840 running at 3.2 GHz and the Intel 955X Express Chipset. The Intel Pentium Processor Extreme Edition 840 is priced at $999 and the Intel 955X Express Chipset is priced at $50 in 1,000-unit quantities. Dell plans to begin integrating MC processor designs into Dell PowerEdge* and Dell PowerEdge SC* servers during the next 12 to 18 months as multi-core processors become available. Through Dell s close relationship with Intel, Dell intends to deliver solutions built on Intel Xeon, Pentium 4, and Itanium multi-core processors. Dell is working closely with Intel to ensure that the next generations of PowerEdge and PowerEdge SC servers are designed to meet both the performance and scalability needs of enterprises in relation to multi-core processor architectures. About the Author Thomas Wolfgang Burger is the owner of Thomas Wolfgang Burger Consulting. He has been a consultant, instructor, analyst, and applications developer since He can be reached at twburger@shaw.ca Additional References

10

An examination of the dual-core capability of the new HP xw4300 Workstation

An examination of the dual-core capability of the new HP xw4300 Workstation An examination of the dual-core capability of the new HP xw4300 Workstation By employing single- and dual-core Intel Pentium processor technology, users have a choice of processing power options in a compact,

More information

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Family-Based Platforms Executive Summary Complex simulations of structural and systems performance, such as car crash simulations,

More information

The Art of Graceful Application Suspension. by Lynn Merrill

The Art of Graceful Application Suspension. by Lynn Merrill The Art of Graceful Application Suspension by Lynn Merrill Feburary 3, 2004 The information contained in this document is provided for informational purposes only and represents the current view of Intel

More information

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System with Internal Storage Focusing on IPMI Out of Band Management Recipe ID: 19SYAM190000000011-01 Contents Hardware Components...3

More information

Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture

Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture White Paper Intel Xeon processor E5 v3 family Intel Xeon Phi coprocessor family Digital Design and Engineering Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture Executive

More information

Generations of the computer. processors.

Generations of the computer. processors. . Piotr Gwizdała 1 Contents 1 st Generation 2 nd Generation 3 rd Generation 4 th Generation 5 th Generation 6 th Generation 7 th Generation 8 th Generation Dual Core generation Improves and actualizations

More information

x64 Servers: Do you want 64 or 32 bit apps with that server?

x64 Servers: Do you want 64 or 32 bit apps with that server? TMurgent Technologies x64 Servers: Do you want 64 or 32 bit apps with that server? White Paper by Tim Mangan TMurgent Technologies February, 2006 Introduction New servers based on what is generally called

More information

Intel Media SDK Features in Microsoft Windows 7* Multi- Monitor Configurations on 2 nd Generation Intel Core Processor-Based Platforms

Intel Media SDK Features in Microsoft Windows 7* Multi- Monitor Configurations on 2 nd Generation Intel Core Processor-Based Platforms Intel Media SDK Features in Microsoft Windows 7* Multi- Monitor Configurations on 2 nd Generation Intel Core Processor-Based Platforms Technical Advisory December 2010 Version 1.0 Document Number: 29437

More information

Dual-Core Processors on Dell-Supported Operating Systems

Dual-Core Processors on Dell-Supported Operating Systems Dual-Core Processors on Dell-Supported Operating Systems With the advent of Intel s dual-core, in addition to existing Hyper-Threading capability, there is confusion regarding the number of that software

More information

New Value for Managed Service Providers: Extending Out of Band Remote Management to Servers

New Value for Managed Service Providers: Extending Out of Band Remote Management to Servers Use Case Study New Value for Managed Service Providers: Extending Out of Band Remote Management to Servers Version 1.0 February, 2010 Intel Active Management Technology Lenovo ThinkServer* TS200v Level

More information

Citrix and Intel Deliver Client Virtualization

Citrix and Intel Deliver Client Virtualization Citrix XenClient and Intel vpro Citrix and Intel Deliver Client Virtualization Citrix and Intel work together to deliver local virtual desktops, aiming to make virtualization ubiquitous on client devices.

More information

OpenPower: IBM s Strategy for Best of Breed 64-bit Linux

OpenPower: IBM s Strategy for Best of Breed 64-bit Linux HRG Harvard Research Group HRG Assessment: OpenPower: IBM s Strategy for Best of Breed 64-bit Linux Overview As users migrate from RISC/UNIX platforms to Linux, to which 64-bit architecture will they move

More information

IT@Intel. Comparing Multi-Core Processors for Server Virtualization

IT@Intel. Comparing Multi-Core Processors for Server Virtualization White Paper Intel Information Technology Computer Manufacturing Server Virtualization Comparing Multi-Core Processors for Server Virtualization Intel IT tested servers based on select Intel multi-core

More information

Itanium 2 Platform and Technologies. Alexander Grudinski Business Solution Specialist Intel Corporation

Itanium 2 Platform and Technologies. Alexander Grudinski Business Solution Specialist Intel Corporation Itanium 2 Platform and Technologies Alexander Grudinski Business Solution Specialist Intel Corporation Intel s s Itanium platform Top 500 lists: Intel leads with 84 Itanium 2-based systems Continued growth

More information

Accelerating Business Intelligence with Large-Scale System Memory

Accelerating Business Intelligence with Large-Scale System Memory Accelerating Business Intelligence with Large-Scale System Memory A Proof of Concept by Intel, Samsung, and SAP Executive Summary Real-time business intelligence (BI) plays a vital role in driving competitiveness

More information

Multi-core and Linux* Kernel

Multi-core and Linux* Kernel Multi-core and Linux* Kernel Suresh Siddha Intel Open Source Technology Center Abstract Semiconductor technological advances in the recent years have led to the inclusion of multiple CPU execution cores

More information

Intel Virtualization Technology (VT) in Converged Application Platforms

Intel Virtualization Technology (VT) in Converged Application Platforms Intel Virtualization Technology (VT) in Converged Application Platforms Enabling Improved Utilization, Change Management, and Cost Reduction through Hardware Assisted Virtualization White Paper January

More information

Migrating Mission-Critical Environments to Intel Architecture

Migrating Mission-Critical Environments to Intel Architecture IT@Intel White Paper Intel IT IT Best Practices Mission-Critical Business Solutions May 2011 Migrating Mission-Critical Environments to Intel Architecture Executive Overview By using a phased approach

More information

Measuring Processor Power

Measuring Processor Power White Paper Intel Xeon Processor Processor Architecture Analysis Measuring Processor Power TDP vs. ACP Specifications for the power a microprocessor can consume and dissipate can be complicated and may

More information

A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies. Bridging BIOS to UEFI

A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies. Bridging BIOS to UEFI A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies Bridging BIOS to UEFI Copyright Copyright 2007 by Phoenix Technologies Ltd. All rights reserved. No part of this publication

More information

Accelerating High-Speed Networking with Intel I/O Acceleration Technology

Accelerating High-Speed Networking with Intel I/O Acceleration Technology White Paper Intel I/O Acceleration Technology Accelerating High-Speed Networking with Intel I/O Acceleration Technology The emergence of multi-gigabit Ethernet allows data centers to adapt to the increasing

More information

Multi-core architectures. Jernej Barbic 15-213, Spring 2007 May 3, 2007

Multi-core architectures. Jernej Barbic 15-213, Spring 2007 May 3, 2007 Multi-core architectures Jernej Barbic 15-213, Spring 2007 May 3, 2007 1 Single-core computer 2 Single-core CPU chip the single core 3 Multi-core architectures This lecture is about a new trend in computer

More information

Interwoven TeamSite* 5.5 Content Management Solution Sizing Study

Interwoven TeamSite* 5.5 Content Management Solution Sizing Study Interwoven TeamSite* 5.5 Content Management Solution Sizing Study Executive Summary This Interwoven TeamSite* 5.5 Content Management Solution Sizing Study helps key decisionmakers determine which TeamSite

More information

A Superior Hardware Platform for Server Virtualization

A Superior Hardware Platform for Server Virtualization A Superior Hardware Platform for Server Virtualization Improving Data Center Flexibility, Performance and TCO with Technology Brief Server Virtualization Server virtualization is helping IT organizations

More information

Enhanced Virtualization on Intel Architecturebased

Enhanced Virtualization on Intel Architecturebased White Paper Server Virtualization on Intel Architecture Enhanced Virtualization on Intel Architecturebased Servers Improve Utilization, Manage Change, Reduce Costs Server virtualization on Intel processor-based

More information

Choosing a Computer for Running SLX, P3D, and P5

Choosing a Computer for Running SLX, P3D, and P5 Choosing a Computer for Running SLX, P3D, and P5 This paper is based on my experience purchasing a new laptop in January, 2010. I ll lead you through my selection criteria and point you to some on-line

More information

PHYSICAL CORES V. ENHANCED THREADING SOFTWARE: PERFORMANCE EVALUATION WHITEPAPER

PHYSICAL CORES V. ENHANCED THREADING SOFTWARE: PERFORMANCE EVALUATION WHITEPAPER PHYSICAL CORES V. ENHANCED THREADING SOFTWARE: PERFORMANCE EVALUATION WHITEPAPER Preface Today s world is ripe with computing technology. Computing technology is all around us and it s often difficult

More information

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology 30406_VT_Brochure.indd 1 6/20/06 4:01:14 PM Preface Intel has developed a series of unique Solution Recipes designed

More information

Accelerating Business Intelligence with Large-Scale System Memory

Accelerating Business Intelligence with Large-Scale System Memory Accelerating Business Intelligence with Large-Scale System Memory A Proof of Concept by Intel, Samsung, and SAP Executive Summary Real-time business intelligence (BI) plays a vital role in driving competitiveness

More information

Measuring Cache and Memory Latency and CPU to Memory Bandwidth

Measuring Cache and Memory Latency and CPU to Memory Bandwidth White Paper Joshua Ruggiero Computer Systems Engineer Intel Corporation Measuring Cache and Memory Latency and CPU to Memory Bandwidth For use with Intel Architecture December 2008 1 321074 Executive Summary

More information

Benefits of multi-core, time-critical, high volume, real-time data analysis for trading and risk management

Benefits of multi-core, time-critical, high volume, real-time data analysis for trading and risk management SOLUTION B L U EPRINT FINANCIAL SERVICES Benefits of multi-core, time-critical, high volume, real-time data analysis for trading and risk management Industry Financial Services Business Challenge Ultra

More information

Navigating the Enterprise Database Selection Process: A Comparison of RDMS Acquisition Costs Abstract

Navigating the Enterprise Database Selection Process: A Comparison of RDMS Acquisition Costs Abstract Navigating the Enterprise Database Selection Process: A Comparison of RDMS Acquisition Costs Abstract Companies considering a new enterprise-level database system must navigate a number of variables which

More information

Desktop Reinvented. Lisa Graff Vice President and General Manager Desktop Client Platforms Group

Desktop Reinvented. Lisa Graff Vice President and General Manager Desktop Client Platforms Group Desktop Reinvented Lisa Graff Vice President and General Manager Desktop Client Platforms Group Today s Announcements New software for All-in-One PCs Intel Ready Mode Technology Four new overclocking products

More information

INTEL HIGH-PERFORMANCE CONSUMER DESKTOP MICROPROCESSOR TIMELINE

INTEL HIGH-PERFORMANCE CONSUMER DESKTOP MICROPROCESSOR TIMELINE INTEL HIGH-PERFORMANCE CONSUMER DESKTOP MICROPROCESSOR TIMELINE 1971: 4004 Microprocessor The 4004 was Intel's first microprocessor. This breakthrough invention powered the Busicom* calculator and paved

More information

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Whitepaper December 2012 Anita Banerjee Contents Introduction... 3 Sorenson Squeeze... 4 Intel QSV H.264... 5 Power Performance...

More information

New Dimensions in Configurable Computing at runtime simultaneously allows Big Data and fine Grain HPC

New Dimensions in Configurable Computing at runtime simultaneously allows Big Data and fine Grain HPC New Dimensions in Configurable Computing at runtime simultaneously allows Big Data and fine Grain HPC Alan Gara Intel Fellow Exascale Chief Architect Legal Disclaimer Today s presentations contain forward-looking

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations

More information

System Requirements and Platform Support Guide

System Requirements and Platform Support Guide Foglight 5.6.7 System Requirements and Platform Support Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Intel Media SDK Library Distribution and Dispatching Process

Intel Media SDK Library Distribution and Dispatching Process Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media

More information

Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses

Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses This document describes the procedure for installing the Oracle8 databases onto

More information

Quad-Core Intel Xeon Processor

Quad-Core Intel Xeon Processor Product Brief Quad-Core Intel Xeon Processor 5300 Series Quad-Core Intel Xeon Processor 5300 Series Maximize Energy Efficiency and Performance Density in Two-Processor, Standard High-Volume Servers and

More information

Mini-ITX Addendum Version 1.1 To the microatx Motherboard Interface Specification Version 1.2. April 2009

Mini-ITX Addendum Version 1.1 To the microatx Motherboard Interface Specification Version 1.2. April 2009 Mini-ITX Addendum Version 1.1 To the microatx Motherboard Interface Specification Version 1.2 April 2009 1. INTEL CORPORATION ( INTEL ) MAKES NO WARRANTIES WITH REGARD TO THIS SPECIFICATION ( SPECIFICATION

More information

IT@Intel. Memory Sizing for Server Virtualization. White Paper Intel Information Technology Computer Manufacturing Server Virtualization

IT@Intel. Memory Sizing for Server Virtualization. White Paper Intel Information Technology Computer Manufacturing Server Virtualization White Paper Intel Information Technology Computer Manufacturing Server Virtualization Memory Sizing for Server Virtualization Intel IT has standardized on 16 gigabytes (GB) of memory for dual-socket virtualization

More information

Streaming and Virtual Hosted Desktop Study

Streaming and Virtual Hosted Desktop Study White Paper Intel Information Technology Streaming, Virtual Hosted Desktop, Computing Models, Client Virtualization Streaming and Virtual Hosted Desktop Study Benchmarking Results As part of an ongoing

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V Copyright 2011 EMC Corporation. All rights reserved. Published February, 2011 EMC believes the information

More information

Evolving the IBM software-licensing structure to provide a foundation for the future.

Evolving the IBM software-licensing structure to provide a foundation for the future. Processor-value-unit licensing for middleware To support your business objectives Evolving the IBM software-licensing structure to provide a foundation for the future. Over the past few years, software

More information

Evaluating Intel Virtualization Technology FlexMigration with Multi-generation Intel Multi-core and Intel Dual-core Xeon Processors.

Evaluating Intel Virtualization Technology FlexMigration with Multi-generation Intel Multi-core and Intel Dual-core Xeon Processors. Evaluating Intel Virtualization Technology FlexMigration with Multi-generation Intel Multi-core and Intel Dual-core Xeon Processors. Executive Summary: In today s data centers, live migration is a required

More information

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops

More information

Dual-Core Intel Xeon Processor 5100 Series

Dual-Core Intel Xeon Processor 5100 Series Product Brief Processor 5100 Series Processor 5100 Series Driving Energy-efficient Performance in New Dual-Processor Platforms Intel s newest dual-core processor for dual processor (DP) servers and workstations

More information

How To Get A Client Side Virtualization Solution For Your Financial Services Business

How To Get A Client Side Virtualization Solution For Your Financial Services Business SOLUTION BRIEF Financial Services Industry 2nd Generation Intel Core i5 vpro and Core i7 vpro Processors Benefits of Client-Side Virtualization A Flexible, New Solution for Improving Manageability, Security,

More information

RAID and Storage Options Available on Intel Server Boards and Systems

RAID and Storage Options Available on Intel Server Boards and Systems and Storage Options Available on Intel Server Boards and Systems Revision 1.0 March, 009 Revision History and Storage Options Available on Intel Server Boards and Systems Revision History Date Revision

More information

What is in Your Workstation?

What is in Your Workstation? Product Brief E3-1200 Family What is in Your Workstation? Why choose E3-based workstations versus i3, i5 and i7 -based desktops -based workstations represent the premier platform used by industry innovators

More information

ARM* to Intel Atom Microarchitecture - A Migration Study

ARM* to Intel Atom Microarchitecture - A Migration Study White Paper Mark Oliver Senior Systems Engineer Intel Corporation ARM* to Intel Atom Microarchitecture - A Migration Study November 2011 326398-001 1 Introduction At Intel, our engineers do not perform

More information

Lecture 11: Multi-Core and GPU. Multithreading. Integration of multiple processor cores on a single chip.

Lecture 11: Multi-Core and GPU. Multithreading. Integration of multiple processor cores on a single chip. Lecture 11: Multi-Core and GPU Multi-core computers Multithreading GPUs General Purpose GPUs Zebo Peng, IDA, LiTH 1 Multi-Core System Integration of multiple processor cores on a single chip. To provide

More information

The Case for Rack Scale Architecture

The Case for Rack Scale Architecture The Case for Rack Scale Architecture An introduction to the next generation of Software Defined Infrastructure Intel Data Center Group Pooled System Top of Rack Switch POD Manager Network CPU/Memory Storage

More information

Accelerating Data Compression with Intel Multi-Core Processors

Accelerating Data Compression with Intel Multi-Core Processors Case Study Predictive Enterprise Intel Xeon processors Intel Server Board Embedded technology Accelerating Data Compression with Intel Multi-Core Processors Data Domain incorporates Multi-Core Intel Xeon

More information

Molecular Devices High Content Data Management Solution Database Schema

Molecular Devices High Content Data Management Solution Database Schema Molecular Devices High Content Data Management Solution Database Schema For: MetaXpress Software, MetaXpress PowerCore Software, MDCStore Data Management Solution, and AcuityXpress Software Computer and

More information

ASF: Standards-based Systems Management. Providing remote access and manageability in OS-absent environments

ASF: Standards-based Systems Management. Providing remote access and manageability in OS-absent environments ASF: Standards-based Systems Management Providing remote access and manageability in OS-absent environments Contents Executive Summary 3 The Promise of Systems Management 3 Historical Perspective 3 ASF

More information

Intel Platform and Big Data: Making big data work for you.

Intel Platform and Big Data: Making big data work for you. Intel Platform and Big Data: Making big data work for you. 1 From data comes insight New technologies are enabling enterprises to transform opportunity into reality by turning big data into actionable

More information

Quest vworkspace Virtual Desktop Extensions for Linux

Quest vworkspace Virtual Desktop Extensions for Linux Quest vworkspace Virtual Desktop Extensions for Linux What s New Version 7.6 2012 Quest Software, Inc. ALL RIGHTS RESERVED. Patents Pending. This guide contains proprietary information protected by copyright.

More information

Mini-ITX Addendum Version 2.0 To the microatx Motherboard Interface Specification Version 1.2. October 2010

Mini-ITX Addendum Version 2.0 To the microatx Motherboard Interface Specification Version 1.2. October 2010 Mini-ITX Addendum Version 2.0 To the microatx Motherboard Interface Specification Version 1.2 October 2010 1. INTEL CORPORATION ( INTEL ) MAKES NO WARRANTIES WITH REGARD TO THIS SPECIFICATION ( SPECIFICATION

More information

Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage

Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage White Paper Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage A Benchmark Report August 211 Background Objectivity/DB uses a powerful distributed processing architecture to manage

More information

Streaming and Virtual Hosted Desktop Study: Phase 2

Streaming and Virtual Hosted Desktop Study: Phase 2 IT@Intel White Paper Intel Information Technology Computing Models April 1 Streaming and Virtual Hosted Desktop Study: Phase 2 Our current findings indicate that streaming provides better server loading

More information

Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms

Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms Technology White Paper Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms Executive Summary Application servers are vital to the success of IP Multimedia

More information

Intel architecture. Platform Basics. White Paper Todd Langley Systems Engineer/ Architect Intel Corporation. September 2010

Intel architecture. Platform Basics. White Paper Todd Langley Systems Engineer/ Architect Intel Corporation. September 2010 White Paper Todd Langley Systems Engineer/ Architect Intel Corporation Intel architecture Platform Basics September 2010 324377 Executive Summary Creating an Intel architecture design encompasses some

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit Unit A451: Computer systems and programming Section 2: Computing Hardware 1/5: Central Processing Unit Section Objectives Candidates should be able to: (a) State the purpose of the CPU (b) Understand the

More information

Proven Performance with. Lower Total Cost of Ownership. Proven Performance with. Proven Performance with Lower Total Cost of Ownership

Proven Performance with. Lower Total Cost of Ownership. Proven Performance with. Proven Performance with Lower Total Cost of Ownership Proven Performance with Lower Total Cost of Ownership QAD Enterprise Applications and HP Integrity Blades Proven Performance with Proven Performance with Lower Total Cost of Ownership QAD Enterprise Applications

More information

Kronos Workforce Central on VMware Virtual Infrastructure

Kronos Workforce Central on VMware Virtual Infrastructure Kronos Workforce Central on VMware Virtual Infrastructure June 2010 VALIDATION TEST REPORT Legal Notice 2010 VMware, Inc., Kronos Incorporated. All rights reserved. VMware is a registered trademark or

More information

DEPLOYING IBM DB2 FOR LINUX, UNIX, AND WINDOWS DATA WAREHOUSES ON EMC STORAGE ARRAYS

DEPLOYING IBM DB2 FOR LINUX, UNIX, AND WINDOWS DATA WAREHOUSES ON EMC STORAGE ARRAYS White Paper DEPLOYING IBM DB2 FOR LINUX, UNIX, AND WINDOWS DATA WAREHOUSES ON EMC STORAGE ARRAYS Abstract This white paper provides an overview of key components, criteria, and requirements for deploying

More information

PC Solutions That Mean Business

PC Solutions That Mean Business PC Solutions That Mean Business Desktop and notebook PCs for small business Powered by the Intel Core 2 Duo Processor The Next Big Thing in Business PCs The Features and Performance to Drive Business Success

More information

DELL. Virtual Desktop Infrastructure Study END-TO-END COMPUTING. Dell Enterprise Solutions Engineering

DELL. Virtual Desktop Infrastructure Study END-TO-END COMPUTING. Dell Enterprise Solutions Engineering DELL Virtual Desktop Infrastructure Study END-TO-END COMPUTING Dell Enterprise Solutions Engineering 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms Ubuntu* Enterprise Cloud Executive Summary Intel Cloud Builder Guide Intel Xeon Processor Ubuntu* Enteprise Cloud Canonical*

More information

Analyzing the Virtualization Deployment Advantages of Two- and Four-Socket Server Platforms

Analyzing the Virtualization Deployment Advantages of Two- and Four-Socket Server Platforms IT@Intel White Paper Intel IT IT Best Practices: Data Center Solutions Server Virtualization August 2010 Analyzing the Virtualization Deployment Advantages of Two- and Four-Socket Server Platforms Executive

More information

Leading Virtualization 2.0

Leading Virtualization 2.0 Leading Virtualization 2.0 How Intel is driving virtualization beyond consolidation into a solution for maximizing business agility within the enterprise White Paper Intel Virtualization Technology (Intel

More information

Breakthrough AES Performance with. Intel AES New Instructions

Breakthrough AES Performance with. Intel AES New Instructions White Paper Breakthrough AES Performance with Intel AES New Instructions Kahraman Akdemir, Martin Dixon, Wajdi Feghali, Patrick Fay, Vinodh Gopal, Jim Guilford, Erdinc Ozturk, Gil Wolrich, Ronen Zohar

More information

Intel Desktop Board DG43RK

Intel Desktop Board DG43RK Intel Desktop Board DG43RK Specification Update December 2010 Order Number: E92421-003US The Intel Desktop Board DG43RK may contain design defects or errors known as errata, which may cause the product

More information

Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX

Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX Rev 1.0 Server Test Submission (STS)

More information

HOW MANY USERS CAN I GET ON A SERVER? This is a typical conversation we have with customers considering NVIDIA GRID vgpu:

HOW MANY USERS CAN I GET ON A SERVER? This is a typical conversation we have with customers considering NVIDIA GRID vgpu: THE QUESTION HOW MANY USERS CAN I GET ON A SERVER? This is a typical conversation we have with customers considering NVIDIA GRID vgpu: How many users can I get on a server? NVIDIA: What is their primary

More information

Taking Virtualization

Taking Virtualization Taking Virtualization to the SMB Market How Lenovo is driving Virtualization solutions for the SMB market by lowering costs and simplifying deployment White Paper Lenovo Virtualization Solutions Introduction

More information

How Processor Core Count Impacts Virtualization Performance and Scalability

How Processor Core Count Impacts Virtualization Performance and Scalability WHITE PAPER Intel Xeon Processor Virtualization How Processor Core Count Impacts Virtualization Performance and Scalability Using benchmarks to determine the optimal configuration for application performance

More information

New!! - Higher performance for Windows and UNIX environments

New!! - Higher performance for Windows and UNIX environments New!! - Higher performance for Windows and UNIX environments The IBM TotalStorage Network Attached Storage Gateway 300 (NAS Gateway 300) is designed to act as a gateway between a storage area network (SAN)

More information

Intel Platform Controller Hub EG20T

Intel Platform Controller Hub EG20T Intel Platform Controller Hub EG20T General Purpose Input Output (GPIO) Driver for Windows* Order Number: 324257-002US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

The ROI from Optimizing Software Performance with Intel Parallel Studio XE

The ROI from Optimizing Software Performance with Intel Parallel Studio XE The ROI from Optimizing Software Performance with Intel Parallel Studio XE Intel Parallel Studio XE delivers ROI solutions to development organizations. This comprehensive tool offering for the entire

More information

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why Data Domain Series GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why you should take the time to read this paper Speed up backups (Up to 58.7 TB/hr, Data Domain systems are about 1.5 times faster

More information

Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5*

Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5* Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5* Version 2011-06 Rev. 1.2 Information in this document is provided in connection with Intel products. No license, express or implied,

More information

Intel 965 Express Chipset Family Memory Technology and Configuration Guide

Intel 965 Express Chipset Family Memory Technology and Configuration Guide Intel 965 Express Chipset Family Memory Technology and Configuration Guide White Paper - For the Intel 82Q965, 82Q963, 82G965 Graphics and Memory Controller Hub (GMCH) and Intel 82P965 Memory Controller

More information

Configuring RAID for Optimal Performance

Configuring RAID for Optimal Performance Configuring RAID for Optimal Performance Intel RAID Controller SRCSASJV Intel RAID Controller SRCSASRB Intel RAID Controller SRCSASBB8I Intel RAID Controller SRCSASLS4I Intel RAID Controller SRCSATAWB

More information

HP ProLiant BL460c takes #1 performance on Siebel CRM Release 8.0 Benchmark Industry Applications running Linux, Oracle

HP ProLiant BL460c takes #1 performance on Siebel CRM Release 8.0 Benchmark Industry Applications running Linux, Oracle HP ProLiant BL460c takes #1 performance on Siebel CRM Release 8.0 Benchmark Industry Applications running Linux, Oracle HP first to run benchmark with Oracle Enterprise Linux HP Leadership» The HP ProLiant

More information

TCO Study: Business Value in Virtualization

TCO Study: Business Value in Virtualization 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 TCO Study: Business Value in Virtualization How consolidation on top-end/ multiprocessor Intel Xeon Server Processor-based Platforms

More information

COM-19-8811 M. Silver

COM-19-8811 M. Silver M. Silver Research Note 19 June 2003 Commentary Linux Desktop TCO: An Overview With Linux, the client operating system only constitutes a small part of the total cost of ownership. From a TCO perspective,

More information

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.

More information

IBM SmartCloud Workload Automation

IBM SmartCloud Workload Automation IBM SmartCloud Workload Automation Highly scalable, fault-tolerant solution offers simplicity, automation and cloud integration Highlights Gain visibility into and manage hundreds of thousands of jobs

More information

Parallel Programming Survey

Parallel Programming Survey Christian Terboven 02.09.2014 / Aachen, Germany Stand: 26.08.2014 Version 2.3 IT Center der RWTH Aachen University Agenda Overview: Processor Microarchitecture Shared-Memory

More information

Quad-Core Intel Xeon Processor

Quad-Core Intel Xeon Processor Product Brief Intel Xeon Processor 7300 Series Quad-Core Intel Xeon Processor 7300 Series Maximize Performance and Scalability in Multi-Processor Platforms Built for Virtualization and Data Demanding Applications

More information

Whitepaper. NVIDIA Miracast Wireless Display Architecture

Whitepaper. NVIDIA Miracast Wireless Display Architecture Whitepaper NVIDIA Miracast Wireless Display Architecture 1 Table of Content Miracast Wireless Display Background... 3 NVIDIA Miracast Architecture... 4 Benefits of NVIDIA Miracast Architecture... 5 Summary...

More information

Mission-Critical Fault Tolerance for Financial Transaction Processing

Mission-Critical Fault Tolerance for Financial Transaction Processing W H I T E P A P E R Mission-Critical Fault Tolerance for Financial Transaction Processing Windows-based payments solutions from ACI and Stratus deliver mainframe-class uptime assurance Uptime. All the

More information

The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5.

The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5. Performance benefit of MAX5 for databases The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5 Vinay Kulkarni Kent Swalin IBM

More information

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Datasheet Brings the performance and reliability of mainframe virtualization to blade computing BladeSymphony is the first true enterprise-class

More information