同步多线程 meaning in English
smt(simultaneous multithreading
Examples
- Covers how to synchronize multithreaded applications
说明如何同步多线程应用程序。 - Dsmt dynamic simultaneous multithreading
动态同步多线程 - It will feature communications acceleration , chip multiprocessing , and simultaneous multithreading . recent internal testing shows that power5 - based eserver systems are expected to offer four times the performance of the first power4 - based servers
这种芯片具有很多特性,例如通信加速、芯片多处理器、同步多线程,等等,据报告声称其性能超过power4芯片50 %到100 % 。 - Basically , hyper - threading can create multiple virtual processors based on a single physical processor using simultaneous multi - threading technology ; multiple application threads can be run simultaneously on one processor
基本来说,超线程可以通过同步多线程技术( simultaneous multi - threading technology , smt )在单个物理处理器上创建多个虚拟处理器;多个应用程序线程可以同时在一个处理器上运行。 - The main characteristic of it is the combination of asynchronous communication model and multi - thread to improve performance . asynchronous communication model makes it possible that single - thread to some extent can provide the same performance as synchronous multi - thread , while avoids the shortcomings of multi - thread . this tradeoff can reach high performance with better throughput and scalability , especially in heavily situation
它利用异步通信模型的异步性,使得在一些情况下仅使用单线程方法就可以在某种程度上达到同步多线程方法所具有的性能,从而克服了多线程给系统性能带来的弊端,为实现系统高效并行提供了一种折衷的方法。