| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 3,913,913,673 visitors served. |
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
multithreading |
Also found in: Dictionary/thesaurus, Wikipedia | 0.03 sec. |
|
|
multithreading Multitasking within a single program. It allows multiple streams of instructions (threads) to execute concurrently within the same program, each stream processing a different transaction or message. Each stream is a "subprocess," and the operating system typically cooperates with the application to handle the threads.In order for a multithreaded program to achieve performance gains, it must be run in a multitasking or multiprocessing environment, which allows multiple operations to take place simultaneously. It Depends on the Application Certain types of applications lend themselves to multithreading. For example, in an order processing system, each order can be entered independently of the other orders. In an image editing program, a calculation-intensive filter can be performed on one image, while the user works on another. Multithreading is also used to synchronize audio and video streams. Symmetric Multiprocessing A symmetric multiprocessing (SMP) operating system uses multithreading to allow multiple CPUs to be controlled at the same time. See SMP. Re-Entrant Code Multithreading generally uses re-entrant code, which cannot be modified when executing, so that the same code can be shared by multiple programs. See re-entrant code, multiprocessing and hyperthreading. multithreading [¦məl·tə′thred·iŋ] (computer science) A processing technique that allows two or more of the same type of transaction to be carried out simultaneously.
Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content. |
|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup |
|---|