Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Intel Threading Building Blocks: Why Threading Building Blocks?
- Intel Threading Building Blocks offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps one leverage multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a threads-replacement library;it represents a higher-level, task-based parallelism that...
- Tags: Performance, O'Reilly Media Inc., C++, Intel Corp., Intel Threading Building Blocks, C/C++, Programming Languages, Performance Management, Software Development, Software/Web Development, Human Resources, Workforce Management
- Book chapters 2007-07-01
Additional Resources
- Threading Applications With the Intel Compiler 10.0 Professional Editions
- Once the decision to thread an application is made, judiciously choosing the right implementation and the right tools can make a big difference to the efficiency of the development process. The Intel Compiler 10.0 Professional Editions contain all of the tools the user needs to express the parallelism in your...
- Tags: Intel Corp., Productivity
- White papers 2006-05-01
- Intel Threading Building Blocks (aspx)
- Intel TBB is an award-winning runtime library that simplifies the writing of multi-threaded applications. Just like the C++ Standard Template Library STL extends the core language, Intel TBB offers C++ users a higher level abstraction for parallelism. To implement Intel TBB developers use familiar C++ templates and coding style, leaving...
- Tags: C++, Intel Corp., Intel TBB, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2007-04-10
- How do I... Use threading to increase performance in C#? (Part 1)
- Threading is commonly used by developers to increase the performance of applications. However, if used incorrectly threading can have the exact opposite effect. Bad threading logic can actually slow down an application, or worse, cause an application to have inconsistent exceptions. There really isn't much to be worried about though...
- Tags: Application, Performance, C#, .Net, Programming Languages, Performance Management, Software Development, Software/Web Development, Human Resources, Workforce Management
- Download resources 2008-01-24
- Why Intel Prioritizes Multi-Core Processor Development
- This white paper describes the evolution of Intel’s multi-core processors and Hyper-Threading HT Technology, and explains why the further development of hardware-enhanced threading and multi-core processing capabilities remains a top priority for the world’s largest chipmaker. The paper outlines the performance benefits that multi-core processors offer PC users and explains...
- Tags: Multi-core Processor, Multi-core, Intel Corp., Processors, Semiconductors, Hardware, Components
- White papers 2005-04-01
- Intel Tools for Thread-Oriented Development on Linux
- During the early years of Linux, when it was gaining traction through the work of evangelists, the operating system did not offer significant functionality in support of threading. In part, this was due to a unique threading model initially supported by Linus Torvalds, the driving force behind the Linux project....
- Tags: Linus Torvalds, Tool, Intel Corp., Linux, Operating Systems, UNIX, Open Source, Software
- White papers 2008-05-02
- Building Cutting-Edge Server Applications: Intel Xeon Processor Family Features the Intel NetBurst Microarchitecture With Hyper-Threading Technology
- The Intel NetBurst microarchitecture significantly enhances P6 microarchitecture as well as introduces new innovative performance related features, such as Execution Trace Cache, Rapid Execution Engine, Hyper-Pipelined technology, and Streaming SIMD Extensions 2. It also triples the throughput on the system bus, allowing the Intel Xeon processor family to deliver industry-leading...
- Tags: HyperThreading, Intel Xeon, Intel Corp., Processors, Servers, Semiconductors, Hardware, Components
- White papers 2005-08-04
- Speculative Threading: Creating New Method of Thread-Level Parallelization
- A new era of computing has begun and the word "Multi" provides a key clue. This new era will be characterized by multi-core processors enabling single-die multiprocessing of multithreaded applications. Signaling the start of this new era is the emergence of new workloads and usage models into mainstream computing. Intel...
- Tags: Multi-core Processor, Computing, Intel Corp., Productivity, Processors, Semiconductors, Hardware, Components
- White papers 2005-12-01
- Building Blocks to Evolving Your Analytic Practice
- Building a top tier analytics practice is an evolution. It should grow and strengthen from past experiences and vision on where one needs to go. Although many CRM systems claim they will answer all the analytic questions that are needed, many of the systems fall short of their promise. The...
- Tags: Analytics, SAS Institute, Building Block, Financial Planning, Enterprise Software, Finance, Software
- Webcasts
- Intel Integrated Performance Primitives (Intel IPP) for Windows: Building an Application Using Intel IPP
- This paper talks about building IPP-based applications for Intel Pentium and Intel Itanium processor systems. Intel IPP comes with "merged" static library files that contain every processor version of each function. Some applications use only a few Intel IPP functions and require a small memory footprint. Using the e-merged libraries...
- Tags: Performance, Microsoft Windows, Intel Corp., Processors, Semiconductors, Hardware, Components
- White papers 2004-10-21
- Evesham Depends on Intel Server Board SCB2 to Deliver Mission-Critical Reliability
- Evesham Technology is a leading system builder and computer retailer in the United Kingdom. Its 17 sales locations across the UK serve consumers with showrooms and companies with business centres. A full 50 percent of its business is small and mid-sized companies that are increasingly dependent on servers. Evesham gives...
- Tags: Intel Server, Evesham Technology, Intel Corp., Evesham, Intel Server Board SCB2, Processors, Servers, Sales Strategy, Semiconductors, Hardware, Components, Sales
- Case studies
- Adding Location-Based Services to Existing Architectures: Building Feature-Rich Mobile Telephony Applications Using Intel NetStructure Signaling Components
- This paper provides an overall view of Location-Based Services LBS, describes the signaling and technology involved, and discusses how Intel's signaling product building blocks can be used to implement such services. Beginning with an overview of the LBS network architecture, this paper discusses positioning mechanisms used by Global System for...
- Tags: Intel Corp., Branding, Cellular Phones, Networking, Marketing, Consumer Electronics, Personal Technology
- White papers 2006-02-01
- Utilizing the Insert Tab and Creating Building Blocks
- Experts show off step-by-step instructions covering the spectrum of the 2007 Office system. The presenter of this webcast explains how to utilize the Insert Tab and how to create Building Blocks.
- Tags: Microsoft Corp., Microsoft Office, Office Suites, Software
- Webcasts 2007-12-01
- Multi-Core Processing Spurs Next-Generation Software Development
- Visit Intel’s new Web resource page on multi-core processing to read about the evolution of the chipmaker’s Hyper-Threading HT Technology and what it means for the future of software development. Multi-core processing extends HT Technology from one to two or more execution cores in a single processor, providing superior compute...
- Tags: Multi-core, Intel Corp.
- Case studies 2005-04-01
- Enterprise Virtualization for Intel Platforms
- In this webcast you will get an overview of virtualization, including technology and building blocks required for faster system provisioning, increased availability, and solutions for business continuity and disaster recovery.
- Tags: Intel Corp., Virtualization, Storage Management, Utility Computing, Hardware, Storage
- Webcasts
- Improving Application Efficiency Through Chip Multi-Threading
- Chip multi-threading CMT brings to hardware the concept of multi-threading, similar to software multi-threading. A CMT-enabled processor, similar to software multi-threading, executes many software threads simultaneously within a processor on cores. So in a system with CMT processors, software threads can be executed simultaneously within one processor or across many...
- Tags: Software, Multi-threading, Chip, Tools & Techniques, Processors, Management, Semiconductors, Hardware, Components
- White papers 2005-10-01
- Real-Time Java, Part 3: Threading and Synchronization - Threading and Synchronization Considerations in the Real-Time Specification for Java
- This paper, the third in a six-part series on real-time Java, examines aspects of threading and synchronization that an implementation of the Real-time Specification for Java RTSJ must support. One will also learn about related threading and synchronization concerns that are essential to keep in mind when one develops and...
- Tags: Specification, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-04-24
- Dynamic Logical Processors for Hyper-Threading on HP-UX 11i v3
- The new generation of the Intel Itanium 2 processor, code named Montecito, incorporates several advanced features and improvements, including multiple cores per processor and multiple hardware threads per core. This paper describes the key enhancements to the HP-UX 11i v3 operating system to support the new multiple hardware thread feature...
- Tags: HyperThreading, HP-UX, Hewlett-Packard Co., Oracle11i, Intel Itanium 2, Processors, Operating Systems, Databases, Semiconductors, Hardware, Components, Software, Enterprise Software, Data Management
- White papers 2007-02-01
- Master Building Blocks and other time-saving text tools in Microsoft Office Word 2007
- Microsoft Office Word 2007 includes a number of tools designed to help you speed up typing repetitive text and those monotonous tasks you might face daily or deal with those infrequent tasks that require a few moment for you to refresh your memory. One of these tools is...
- Tags: Microsoft Press, Microsoft Corp., Tool, Microsoft Office Word 2007, Chapter Coverage, Productivity, Microsoft Office, Office Suites, Software
- Book chapters 2007-06-28
- SQL Building Blocks and Server Settings
- This hefty (200-page) chapter, taken from the comprehensive Transact-SQL Desk Reference: For Microsoft SQL Server, looks at the building blocks that database designers and users have available for creating and modifying database objects and data. The well-organized information and liberal use of examples make this a terrific resource to use...
- Tags: Microsoft SQL Server, Server, SQL, Prentice Hall Inc., Microsoft Corp., Databases, Storage, Enterprise Software, Software, Data Management, Hardware
- Book chapters 2005-03-29
- << Previous
- page 1 of 1
- Next >>