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

    Home
    • Portuguese
      • Computers (general)
        • Search
          • Term
            • multithreading
          • Additional fields of expertise
          • Definition(s)
            • Multithreading: sistemas que executam mais do que uma tarefa (thread) do mesmo programa em simultâneo. Cada thread deverá ser definida de forma a que a sua execução não interfira com a execução das outras threads. Multithreading poderia ser definido como uma multitarefa dentro da aplicação: um software pode executar mais de uma tarefa ao mesmo tempo. Own research - by Hugo Lopes (X)
          • Example sentence(s)
            • Multitarefa e Multithreading Existem dois tipos básicos de multitarefa nos sistemas operacionais para microcomputadores: multitarefa cooperativa e multitarefa preemptiva. Na multitarefa cooperativa, o sistema operacional aguarda que a tarefa que está sendo executada libere o processamento para poder passar ao próximo programa em execução. Já na multitarefa preemptiva, quando acaba a fatia de tempo estabelecida para a tarefa em execução o sistema operacional passa para a próxima tarefa, não importando o procedimento que estiver sendo executado. Multithreading poderia ser definido como uma multitarefa dentro da aplicação: um software pode executar mais de uma tarefa ao mesmo tempo. Para isso, ele envia ao sistema operacional um conjunto de instruções a serem executadas, o que é chamado de thread. Assim, o aplicativo pode até mesmo ser encerrado pois o thread continuará sendo executado pelo sistema operacional. - alumni.ipt.pt by Hugo Lopes (X)
          • Related KudoZ question
    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]
    • 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 [close]
    • Japanese
      • Computers (general)
        • Search
          • Term
            • マルチスレッド
          • Additional fields of expertise
          • Definition(s)
            • マルチスレッドとは、1つのアプリケーションソフトがスレッドと呼ばれる処理単位を複数生成し、並行して複数の処理を行なうこと。いわばアプリケーションソフト内でのマルチタスク処理。マルチタスクと同じように、CPUの処理時間を非常に短い単位に分割し、複数のスレッドに順番に割り当てることによって、複数の処理を同時に行っているようにみせている。 e-Words - by Ben Jones
          • Example sentence(s)
            • 投機的マルチスレッド実行のための限定的2パス予測方式の検討 - CiNii by Ben Jones
            • マルチスレッド方式は、SPARC64 VIでVMT(Vertical Multithreading)を採用し、SPARC64 VIIではさらに効率的な処理を可能とするSMT(Simultaneous Multithreading)を採用しています。 - Fujitsu by Ben Jones
            • VIRCでは, 限られたプロセッシングユニット (PU) で効率的なスレッドレベル並列実行を行うために, 順序付きマルチスレッド (Ordered Multithreading) モデルと仮想レジスタセット (Virtual Register Set) アーキテクチャを採用している. - NDL by Ben Jones
          • Related KudoZ question
  • Compare this term in: Serbian, Croatian, Arabic, Bulgarian, Czech, Chinese, Dutch, Greek, English, Spanish, Finnish, French, Hindi, Hungarian, Korean, Norwegian, Polish, Romanian, Russian, Slovak, Slovenian, Swedish, Turkish, Ukrainian, 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