Glossary entry (derived from question below)
English term or phrase:
multithreading
Vietnamese translation:
đa luồng
English term
multithreading
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)
5 +2 | đa luồng | Tiến Anh Lê |
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:59: changed "Stage" from "Submission" to "Selection"
Apr 23, 2010 14:55:
Dec 7, 2012 17:54: changed "Stage" from "Selection" to "Completion"
Proposed translations
đa luồng
Với cơ chế multithreading ứng dụng của ta có thể thực thi đồng thời nhiều dòng lệnh cùng lúc. Có nghĩa là ta có thể làm nhiều công việc đồng thời trong cùng một ứng dụng của ta. Có thể hiểu một cách hết sức đơn giản : hệ điều hành với cơ chế đa nhiệm cho phép nhiều ứng dụng chạy cùng lúc. Thì với cơ chế đa luồng, mỗi ứng dụng của ta có thể thực hiện được nhiều công việc đồng thời. (http://my.opera.com/langtujava/blog/show)
Something went wrong...