V2EX  ›  英汉词典

Multithreading

定义 Definition

Multithreading 是一种计算机编程技术,指在同一程序中同时运行多个线程(thread),以提高程序的执行效率和响应速度。每个线程可以独立执行不同的任务,但共享同一进程的资源。

发音 Pronunciation

/ˌmʌl.tiˈθrɛd.ɪŋ/

例句 Examples

Multithreading allows the application to handle multiple user requests at the same time.
多线程技术使应用程序能够同时处理多个用户请求。

By implementing multithreading in the server architecture, the development team significantly reduced response latency and improved the overall throughput of the system under heavy load.
通过在服务器架构中实现多线程,开发团队显著降低了响应延迟,并在高负载条件下大幅提升了系统的整体吞吐量。

词源 Etymology

multithreading 由两个部分组成:multi- 来自拉丁语 multus,意为"多的、许多的";threading 来自英语 thread(线程),原意为"线、丝线",在计算机科学中被引申为"执行线程",即程序中一条独立的执行路径。该词大约在20世纪60至70年代随着操作系统和并发计算技术的发展而出现,用于描述一个进程内同时执行多条线程的能力。

相关词汇 Related Words

文学与技术著作引用 Notable Works

  • 《Operating System Concepts》(Abraham Silberschatz 等著)——操作系统经典教材,详细讲解了 multithreading 的概念、模型与实现方式。
  • 《Java Concurrency in Practice》(Brian Goetz 著)——Java 并发编程权威著作,深入探讨了 multithreading 在 Java 中的最佳实践。
  • 《The Art of Multiprocessor Programming》(Maurice Herlihy & Nir Shavit 著)——系统阐述了多线程与多处理器编程的理论基础与算法设计。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2614 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 04:14 · PVG 12:14 · LAX 21:14 · JFK 00:14
♥ Do have faith in what you're doing.