Glossary entry

English term or phrase:

multithreading

Hindi translation:

बहुसूत्रण, मल्टीथ्रेडिंग

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

multithreading

GBK English to Hindi 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)
Change log

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

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

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

Mar 4, 2010 05:54: changed "Stage" from "Selection" to "Completion"

Proposed translations

+2
1 hr
Selected

बहुसूत्रण, मल्टीथ्रेडिंग

Definition from own experience or research:
कार्य निष्पादन के लिए एक से अधिक थ्रेड होना जिससे एक समय में एक से अधिक कार्य हो सकें।
Example sentences:
5) मल्टी थ्रेडिंग यह मल्टी टास्किंग का विस्तारित रूप है एक प्रोग्राम एक से अधिक थ्रेड एक ही समय मे चलाता है । (http://tdil.mit.gov.in/)
Peer comment(s):

agree C.M. Rawal : ललित जी, इसके लिए बहुसूत्रण शब्द ही ठीक रहेगा.कंप्यूटर विज्ञान की मूलभूत शब्दावली और शब्दकोश डॉट कॉम में भी इसके लिए यही शब्द दिया गया है.
2 hrs
धन्यवाद
agree Amar Nath
9 days
धन्यवाद
Something went wrong...
4 KudoZ points awarded for this answer.
+1
1 hr

मल्टीथ्रेडिंग

Definition from www.NetworkDictionary.com:
मल्टीथ्रेडिंग का अर्थ आमतौर पर किसी एक सीपीयू को एक से अधिक कार्यों (या थ्रेड) के बीच इस प्रकार से साझा करने से है कि थ्रेड्स को स्विच करने में कम से कम समय लगे. इसे प्रोग्राम निष्पादन वातावरण को विभिन्न थ्रेड को बीच अधिक से अधिक संभव रूप में साझा करके प्राप्त किया जाता है ताकि थ्रेड बदलते समय बहुत कम अवस्था को सहेजने और पुनर्स्थापित करने की आवश्यकता हो.
Example sentences:
मल्टीथ्रेडिंग को सावधानीपूर्वक प्रोग्रामिंग की आवश्यकता होती है. अधिकांश कार्यों के लिए, थ्रेड पूल थ्रेड्स द्वारा निष्पादन के अनुरोधों को कतारबद्ध करके जटिलता को कम कर सकते हैं. (Microsoft Corporation)
Peer comment(s):

agree Amar Nath
9 days
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search