On CBS.com: Watch all U2's performances and skits
10 Resources for

optimization and technique

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean optimization (318 results), search engine optimization (111 results), business technology optimization (3 results)

TechRepublic Resources

Exploring MapPoint Web Service Find APIs
Businesses interested in improving the bottom line use MapPoint's interactive mapping abilities to track remote assets, calculate routes, render maps, and analyze map data. Find Service is one of the core components of the MapPoint Web Service, offering many features such as finding a place or address, finding points...
Tags: API, asset, custom application, Find Service, MapPoint, MapPoint Web service, Microsoft .NET, O'Reilly Media Inc., optimization, performance, programming, Programming MapPoint, technique, TechRepublic Inc., Web, Web service, Web site
Download resources 2006-05-22
Optimize MySQL with these powerful tips
Speed up your system by utilizing MySQL optimization techniques.This sample chapter, taken from MySQL Administrator's Guide, explains and gives some examples of different ways to optimize MySQL. The chapter covers the following topics:Optimizing SELECT Statements and Other QueriesEstimating Query PerformanceHow MySQL Optimizes ClausesLocking IssuesOptimizing Database StructureOptimizing the MySQL ServerDisk IssuesTitle:...
Tags: MySQL AB, MySQL, disk, server, optimization, technique
Download resources 2005-11-04
Optimize Windows Server 2003 performance with these tuning techniques
Learn how to finetune and optimize the performance of your systems to minimize server operation inefficiencies that frequently lead to premature server failures.This sample chapter, taken from Sams' Microsoft Windows Server 2003 Insider Solutions, focuses on tips, tricks, and best practices to tune and optimize a Windows Server 2003 system...
Tags: Microsoft Corp., RAND Corp., Microsoft Windows, Microsoft Windows 2003, Microsoft Windows Server, Microsoft Windows Server 2003, Microsoft Windows Server 2003 Insider Solutions, inefficiency, networking, metric, baseline, monitoring, technique, optimization, Sams Publishing, performance
Download resources 2005-09-21
Toward High Performance Nonblocking Software Transactional Memory
This paper describe the work integrating the most important techniques and optimizations emerging from the recent work on blocking STMs into several variants of a nonblocking STM. In particular, the design is based on the philosophy of keeping the common, contention free execution path as simple consequently fast as possible,...
Tags: Technique, Optimization, Sun Microsystems Inc., Memory, High-performance, Productivity
White papers 2008-02-23
Adaptive Statistical Optimization Techniques for Firewall Packet Filtering
Packet filtering plays a critical role in the performance of many network devices such as firewalls, IPSec gateways, DiffServ and QoS routers. A tremendous amount of research was proposed to optimize packet filters. However, most of the related works use deterministic techniques and do not exploit the traffic characteristics in...
Tags: Technique, Packet, Optimization, Firewalls, Productivity, Network Security, IPSec, Security, Networking
White papers 2005-12-11
Techniques for Linux Kernel Optimizations
The ideas to optimize Linux kernel leads to increasing speed, reducing size: disk footprint and RAM, reducing power consumption, and reducing kernel boot time. This paper presents the techniques for Linux Kernel Optimizations. The paper presents methods that can be used to measure kernel boot time effectively such as CONFIG_PRINTK_TIME,...
Tags: Technique, Optimization, Linux Kernel, Kernel, C-DAC, Linux, Open Source, Operating Systems, Software
White papers 2009-01-01
How to Be Successful With WAN Application Delivery: Mapping Optimization Techniques to Applications
Ensuring acceptable application performance has become an important goal for virtually all IT organizations. In spite of its importance, few IT organizations claim that they have successfully achieved this goal. This white paper identifies some of the general hurdles that IT organizations have to overcome in order to achieve this...
Tags: Technique, Optimization, Information Technology, Application Performance, Organization, WAN, Strategy, Productivity, Management
White papers 2008-03-14
Optimization Techniques for Multi-Core Intel Architecture Processors
Developers wanting to harness the combined throughput of multiple cores can take advantage of a full suite of software tools from Intel. These tools allow developers to create, compile and analyze their threaded code ensuring that it is optimized for their Intel architecture-based application. This seminar discusses all aspects of...
Tags: Technique, Optimization, Multi-core, Tool, Intel Corp., Productivity
Webcasts
Dynamic Resource Allocation in OFDM Systems: An Overview of Cross-Layer Optimization Principles and Techniques
Recently, a lot of research effort has been spent on cross-layer system design. It has been shown that cross-layer mechanisms (i.e. policies) potentially provide significant performance gains for various systems. This paper reviews several aspects of cross-layer system optimization regarding wireless OFDM systems. The paper discusses basic optimization models and...
Tags: Technique, Optimization, Allocation, Telecommunication Networks Group, OFDM, Wireless
White papers 2006-10-30
Design and Optimization of 3D Compact Stripline and Microstrip Bluetooth/WLAN Balun Architectures Using the Design of Experiments Technique
In this paper, various architectures of 3D compact microwave balanced to unbalanced balun transformers for Bluetooth/WiFi antenna applications are successfully designed and optimized using the Design of Experiments DOE approach. Two different multilayer topologies, one microstrip and one stripline, are investigated on Low Temperature Co-fired Ceramic LTCC substrate. The design...
Tags: Technique, 3D, Optimization, WLAN, IEEE, Bluetooth, Wireless LANs, Wi-Fi, Wireless And Mobility
White papers 2004-11-22

Additional Resources

101 Basics To Search Engine Optimization 01 (Windows)
101 Basics To Search Engine Optimization is a definitive guide on how to utilize search engine optimization to drive tons of highly targeted traffic to your online profit center and shws you the effective ways to optimize your website using the right seo technique. This version is the first release...
Tags: Search Engine Optimization, Search Engine, Microsoft Windows, Solvrite, Search, Marketing Research, Marketing
Software downloads 2008-09-11
Profile-Guided Proactive Garbage Collection for Locality Optimization
Many applications written in garbage collected languages have large dynamic working sets and poor data locality. This paper presents a new system for continuously improving program data locality at run time with low overhead. The key contributions include making a case that garbage collection should be viewed as a proactive...
Tags: Optimization, Garbage Collection, Locality Optimization, Data Locality
White papers 2006-06-11
The impact of links and link text on search engine placement
While listening in on a teleconferenceabout search engine optimization, the speaker, Peter Kent author of Search Engine Optimizationfor Dummies, relayed a story that graphicallyillustrates how much impact inbound links and link text have on search engineresults. Whether it's a prank or a politicalstatement, a group of Web-savvy individuals set out...
Tags: SEARCH, Michael Meadhra, miserable failure, search engine, biography, George W. Bush
Technical articles 2004-06-23
Modelling of MPLS Over WDM Anycast and Unicast Flow Allocation Problem
This paper presents model of joint unicast and anycast flows optimization in multilayer networks. The paper assumes that in the upper layer the MPLS Multiprotocol Label Switching technique is used to transport unicast and anycast demands. The MPLS works on the top of optical layer applying WDM Wavelength Division Multiplexing....
Tags: MPLS, Optimization, Allocation, WDM, Network Technology, Networking
White papers 2009-01-08
Parameter Estimation Using Spreadsheet Optimization: A Review of Applications in Civil and Environmental Engineering Education and Research
The use of empirical models is an integral part of the design and analysis of civil and environmental engineering systems. One of the most commonly used methods for parameter estimation is linear regression. This technique is also applied to nonlinear models with two unknown parameters when the equation can be...
Tags: Education, Optimization, Southern Illinois University, Spreadsheet, Parameter Estimation, Productivity
White papers 2006-07-23
Eliminating Synchronization-Related Atomic Operations With Biased Locking and Bulk Rebiasing
The Java programming language contains built-in synchronization primitives for use in constructing multithreaded programs. Efficient implementation of these synchronization primitives is necessary in order to achieve high performance. Recent research has focused on the run-time elimination of the atomic operations required to implement object monitor synchronization primitives. This paper describes...
Tags: Monitor, Synchronization Primitive, Monitors & Displays, Productivity, Programming Languages, Hardware, Components, Software Development, Software/Web Development
White papers 2006-10-26
Embedded software development tips
Debugging embedded code can be quite the challenge. To make it a little easier, we offer some tips on implementing a profiler and using printf to debug code.If you code for an embedded system, optimization and debugging are essential to keeping your applications running efficiently. Here are two tips on...
Tags: Processors, David Brenan, profiler, code profiler, CPU, timer, embedded system, instruction pointer, counter
Technical articles 2002-07-11
Code optimization: Memory management in .NET, part 1
The .NET Framework provides memory management techniques that differ from the way memory management worked in a COM-based world. The memory management in COM was through reference counting. .NET provides an automatic memory management technique that involves reference tracing. In this article, we'll take a look at the garbage collection...
Tags: .NET, Middleware, Microsoft .NET, Circular Reference, Microsoft .NET Framework, S. Vikram, memory, memory management, garbage collection, garbage collector
Technical articles 2003-12-05
How a relational database solves and optimizes your query
Some people view a relational database as a mystical oracle that answers questions posed to it by the programmer. However, there are a set of rules that a relational database uses to solve your query. Each relational database approaches the process of solving your query slightly differently; however, the fundamental...
Tags: database, disk, optimizer, query optimizer, RDBMS, Robert L. Bogue
Technical articles 2004-03-05
Image Compressor 2008 Home Edition 6.7 (Windows)
Image Compressor 2008 compress and optimize your photo using revolutionary digital eye technology. It uses up to 8x automatic snapshots, object detection, optimization and filtering technique to ensure the highest quality compressed photo. 10 Essential Digital Photo Utilities: Image Viewer more than 50 image types including the latest DSLR RAW,...
Tags: Digital Photograph, Microsoft Windows, Photograph, MasRizal & Partners, Digital Cameras, Digital Photography, Consumer Electronics, Personal Technology
Software downloads 2008-09-10
  • << Previous
  • page 1 of 1
  • Next >>


IT Help Desk Survival Guide, Third Edition
TechRepublic's IT Help Desk Survival Guide, Third Edition provides tools and recommendations to help you better manage help desk services, improve end-user support, troubleshoot frustrating hardware issues, identify quick fixes to vexing Windows problems, and help users make the most of Microsoft Office 2003.
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

Meet Doc