Feb 22, 2010 13:57
14 yrs ago
English term

multithreading

GBK English to Danish Tech/Engineering Computers (general)
Definition from www.NetworkDictionary.com:
Multithreading typically refers to sharing a single CPU between multiple tasks (or "threads") in a way designed to minimise the time required to switch threads. This is accomplished by sharing as much as possible of the program execution environment between the different threads so that very little state needs to be saved and restored when changing thread. Multiple threads can be executed in parallel on many computer systems. This multithreading generally occurs by time slicing, wherein a single processor switches between different threads--in which case the processing is not literally "simultaneous", for the single processor is only really doing one thing at a time. On a multiprocessor system, threading can be achieved via multiprocessing, wherein different threads can run simultaneously on different processors.
Example sentences:
The design of the Java language makes multithreading essential for all but the simplest applets. In particular, IO and GUI programming both require multithreading to provide a seamless experience for the user. (IBM)
On a multi-processor computer, multithreading is implemented with a mixture of time-slicing and genuine concurrency – where different threads run code simultaneously on different CPUs. (O'Reilly Media)
Multithreading requires careful programming. For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads. (Microsoft Corporation)
Proposed translations (Danish)
5 +1 Multitrådning
Change log

Feb 22, 2010 13:10: changed "Kudoz queue" from "In queue" to "Public"

Feb 22, 2010 13:57: changed "Stage" from "Preparation" to "Submission"

Feb 25, 2010 14:56: changed "Stage" from "Submission" to "Selection"

Apr 23, 2010 14:54:

Proposed translations

+1
39 mins

Multitrådning

Definition from 232.dk:
Et program kan have mange forskellige processer kørende<br />vedvarende og uafhængigt, mens de får lige meget tid fra CPU&#039;en uden høje ekstraomkostninger.<br />Multitrådning giver derfor klare fordele som at afvente brugerinput, medvirker til et robust program og minimerer<br />risiko for at al CPU-tid bruges af fx en langsom<br />HTTP-forbindelse.
Example sentences:
For at maskinen skal kunne multitaske, altså udføre flere opgaver samtidigt, skal de forskellige programmer dele processoren. Der er to måde at løse den opgave på: Med multitrådning (multithreading) og multiprogrammering. (PC World)
Jeg har oplevet, at djævlen ligger i detaljerne, og det kan for eksempel tage lang tid at implementere multitrådning, så tunge opgaver ikke blokerer UI-tråden (Version2)
Peer comment(s):

agree kolya
3 days 1 hr
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search