1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of Multi-Threading

By , About.com Guide

Definition: Multi-Threading is the ability of a CPU to execute several threads of execution apparently at the same time. CPUs are very fast at executing instructions. Modern PCs can execute nearly a billion instructions every second. Instead of running the same program for one second, the CPU will run one program for perhaps a few hundred microseconds then switch to another and run it for a short while and so on.

It's also possible for a program to have multiple parts that run at the same time (or appear to!). For example a background task could be responding to mouse input while a file is loaded into RAM and another task updates a progress bar on screen.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Explore C / C++ / C#
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

©2010 About.com, a part of The New York Times Company.

All rights reserved.