えいたんごクイズ

multithreaded

/ˌmʌltiˈθrɛdɪd/
adjective

マルチスレッドされた

解説 Definition

複数のスレッドが同時に実行されるように設計されたコンピュータープログラムやアプリケーション。複数の処理を並列に実行する能力を持つ。

If a program or system is multithreaded, it can run several threads, or parts of work, at the same time. This word is mainly used in computing and software development. It often suggests better speed or more efficient performance.

覚え方のコツ Memory Tip

multi- が付けば「複数」、thread はまず「糸」ではなく「処理の流れ1本」と押さえると覚えやすいです。single-threaded と対で覚えると区別しやすく、multithreaded は「流れが何本もあり、同時進行できる」状態。multitasking と近そうでも、task は仕事の数、thread は1つのプログラム内の実行単位という違いがあります。a multithreaded program / server の形でよく出るので、性能や並列処理の話と結び付けて覚えると定着します。

Think of `multi` as many and `thread` as one line of action. A `multithreaded` program has several lines running at the same time, unlike `single-threaded`. Remember it next to `multithreaded server` or `multithreaded app`.

例文

The multithreaded application can handle multiple user requests simultaneously.

そのマルチスレッドアプリケーションは複数のユーザーリクエストを同時に処理できます。

Modern servers use multithreaded programming to improve overall processing efficiency.

最新のサーバーは全体的な処理効率を改善するためにマルチスレッドプログラミングを使用しています。

A multithreaded processor can execute several operations at the exact same time.

マルチスレッドプロセッサーは同時に複数の操作を実行できます。

multithreaded の類義語・関連語

multithreaded の語源・成り立ち Etymology

multi- はラテン語 multus「多い」、thread は古英語 þrǣd「糸」、-ed は『その性質を持つ』接尾辞です。『糸が何本もある』比喩から、処理の流れを複数もつプログラムという意味になります。関連語は multiple, thread。

This word is built from `multi-`, from Latin `multus` meaning "many," and `thread`, from Old English `thraed` meaning "thread" or "strand," plus the adjective ending `-ed`. In computing, `thread` became a metaphor for one line of execution, like one strand in a larger fabric. So `multithreaded` came to mean "having several execution threads." Related English words include `multiple` and `thread`.

外部辞書で調べる

この単語をシェア

この単語を英単語クイズで覚えよう