To see the desired glossary, please select the language and then the field of expertise.

    Home
    • English
      • Computers (general)
        • Search
          • Term
            • multithreading
          • Additional fields of expertise
          • Definition(s)
            • 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. www.NetworkDictionary.com
          • Example sentence(s)
            • 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 by
            • 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 by
            • Multithreading requires careful programming. For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads. - Microsoft Corporation by
    Compare [close] Compare [close] Compare [close]
    • German
      • Computers (general)
        • Search
          • Term
            • Multithreading, das
          • Additional fields of expertise
          • Definition(s)
            • Multithreading aus Wikipedia, der freien Enzyklopädie Wechseln zu: Navigation, Suche Der Begriff Multithreading (auch Mehrfädigkeit) bezeichnet das gleichzeitige Abarbeiten mehrerer Threads (das sind Ausführungsstränge innerhalb eines einzelnen Prozesses oder eines Tasks). Software [Bearbeiten] Meist ist mit dem Begriff das softwareseitige Multithreading gemeint, bei dem in aller Regel nur ein Prozessor beteiligt ist. Die dann vorhandene scheinbare Gleichzeitigkeit wird in Wirklichkeit durch geschickte Programmierung erzeugt. Einzelne Threads eines Prozesses/Tasks können sehr schnell auf zeitkritische Ereignisse reagieren, während andere Threads langwierige Berechnungen durchführen. Ohne weitere Hardwareunterstützung reduziert das Multithreading die Gesamtsystemleistung durch den bei Threadwechseln entstehenden Overhead. Deshalb wird der Programmierer die Anzahl der Threadwechsel möglichst gering halten. Bei symmetrischen Multiprozessorsystemen kann die Rechenarbeit eines Prozesses/Tasks durch Multithreading auf mehrere Systemprozessoren verteilt werden. Hardware [Bearbeiten] Das hardwareseitige Multithreading unterscheidet sich vom softwareseitigen dadurch, dass die Hardware eines Prozessors das gleichzeitige Abarbeiten mehrerer Threads unterstützt. Die Software muss durch softwareseitiges Multithreading oder mehrerer Prozesse/Tasks diese Fähigkeit ausnutzen. Da beim hardwareseitigen Multithreading kein Overhead beim Thread-Wechsel entsteht, sondern im Gegenteil durch die Vermeidung von Pipeline-Hazards unproduktive Taktzyklen vermieden werden, kann die Gesamtsystemleistung pro CPU steigen, indem Threadwechsel möglichst häufig vorgenommen werden. Wikipedia - by Uwe Dulz
          • Example sentence(s)
            • Auffallend sei hingegen, dass der Prozessor nicht für das so genannte Multithreading ausgelegt sei, mit dessen Hilfe ein Kern mehrere Rechenanweisungen auf einmal ausführen kann, was Intel und Sun Microsystems in einigen Chips nutzen. - heise.de by Uwe Dulz
          • Related KudoZ question
    Compare [close] Compare [close]
    • Ukrainian
      • Computers (general)
        • Search
          • Term
            • багатопоточнicть
          • Additional fields of expertise
          • Definition(s)
            • Багатопотоковий паралелізм - використання декількох потоків для досягнення паралельного виконання операцій. Для того, щоб забезпечити багатопотоковий паралелізм необхідно створити систему з декількома процесорами або процесорними ядрами. КПИ - by Kateryna Kachurets
          • Example sentence(s)
            • Enterprise JavaBeans (також часто зустрічається в вигляді абревіатури EJB) — специфікація технології написання і підтримки серверних компонентів, що містять бізнес-логіку. Є частиною Java EE. Ця технологія переважно застосовується, коли бізнес-логіка потребує як мінімум один з наступних сервісів, а часто всі з них: * підтримка збереження даних(persistence); дані не повинні втратити цілісності навіть після зупинки програми; частіше за все досягається з допомогою використання бази даних * підтримка розподілених транзакцій * підтримка конкуртентної зміни даних і *багатопоточність - Wikipedia by Kateryna Kachurets
          • Related KudoZ question
    Compare [close]
    • Italian
      • Computers (general)
        • Search
          • Term
            • multithreading
          • Additional fields of expertise
          • Definition(s)
            • Il ****multithreading**** in informatica indica il supporto hardware da parte di un processore di eseguire più thread. Questa tecnica si distingue da quella alla base dei sistemi multiprocessore per il fatto che i singoli thread condividono lo stesso spazio d'indirizzamento, la stessa cache e lo stesso translation lookaside buffer. Il multithreading migliora le prestazioni dei programmi solamente quando questi sono stati sviluppati suddividendo il carico di lavoro su più thread che possono essere eseguiti in parallelo. I sistemi multiprocessore sono dotati di più unità di calcolo indipendenti, un sistema multithread invece è dotato di una singola unità di calcolo che si cerca di utilizzare al meglio eseguendo più thread nella stessa unità di calcolo. Le tecniche sono complementari, a volte i sistemi multiprocessore implementano anche il multithreading per migliorare le prestazioni complessive del sistema. wikipedia - by AC0
          • Example sentence(s)
            • Il kernel di Windows 7 ha beneficiato di diverse migliorie e ottimizzazioni rispetto a quello di Vista, ed è ora accreditato di supportare al meglio le CPU multicore e il ***multithreading***. In alcuni test condotti da InfoWorld si evince che, in termini di performance pure, Windows 7 non offre nulla in più di quanto offriva Vista: ciò non toglie che, grazie soprattutto alle ottimizzazioni apportare all'architettura, il nuovo sistema operativo appaia più agile e reattivo rispetto al predecessore. Stando ancora a InfoWorld, un campo dove Windows 7 eccelle è quello del risparmio energetico: a parità di configurazione hardware, la nuova versione di Windows assorbe circa il 17 per cento di energia in meno rispetto a Vista SP2, un fattore che va a diretto beneficio dell'autonomia dei notebook. - punto-informatico.it by AC0
          • Related KudoZ question
    Compare [close]
  • Compare this term in: Serbian, Croatian, Arabic, Bulgarian, Czech, Chinese, Dutch, Greek, Spanish, Persian (Farsi), Finnish, Hindi, Hungarian, Japanese, Korean, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Vietnamese

The glossary compiled from Glossary-building KudoZ is made available openly under the Creative Commons "By" license (v3.0). By submitting this form, you agree to make your contribution available to others under the terms of that license.

Creative Commons License