1.When you re writing multithreaded programs, you must take great care that no one thread disturbs the work of any other thread.
编写多线程程序时,你必须注意每个线程是否干扰了其他线程的工作。
2.Finally, you could run concurrent inserts through a multithreaded application, with each thread doing its own inserts.
最后,您可以通过一个多线程应用程序运行并发的插入,其中每个线程做它自己的插入。
3.Early in my tenure at dW, Brian called to see if I might be interested in some articles on multithreaded application development.
我在dW工作的早期,Brian打电话问我是否对多线程应用程序开发方面的文章感兴趣。
4.Its easy to use design and multithreaded crawling engine allows the user to quickly download any file type from a website.
其易于使用的设计及多线程检索引擎使用户能够快速下载任何文件类型的网站。
5.In multithreaded code, it is often common to use a single, master thread that drives the actions the other threads take.
在多线程代码中,使用驱动其它线程所负责的动作的单个主线程是常见的。
6.Eliminates the need for synchronization in many situations, all multithreaded systems cannot be implemented solely in terms of tasks.
消除了同步操作的要求,但是不是所有的多线程系统都用任务来实现。
7.In a typical multithreaded implementation of such a system, different threads will handle different clients.
通常这种系统在实现多线程时,不同的线程将处理不同的客户机。
8.A multithreaded application works just as well on a single-CPU system but without the added speed.
多线程应用程序也可以在单CPU系统上工作,但是无法实现提速。
9.CXXFLAGS: extra compiler options - note that this applies to both the single and multithreaded builds.
额外的编译器选项-注意这会以单线程和多线程中。
10.This type of infinite loops can sometimes occur due to multithreaded access into a shared unsynchronized data structure.
这种类型的无限循环有时是由于多线程访问共享的不同步的数据结构造成的。