In this way, you can have code on three machines running against multiple threads.
通过这种方式,您可以让代码在三台机器上针对多个线程运行。
In the next section, I expand on this test case and implement multiple threads.
在下一节中,我将详述这个测验用例并实现多个线程。
As mentioned earlier, you will need to follow multiple threads in the trace.
正如前面提到的,您将需要分析跟踪信息中的多个线程。
You will get better performance if you can use multiple threads at a time for injecting (or receiving) messages.
如果可以同时使用多个线程来注入(或接收)消息,您将获得更好的性能。
But what happens if multiple threads intend to append data to the queue?
但是,如果多个线程都试图把数据添加到队列中,会发生什么?
Network delays are another reason to break things up into multiple threads.
网络延迟是将工作分解为多个线程另一个原因。
When the files are closed, you make room for storage to be allocated for multiple threads.
在关闭文件后,您可以为将要分配给多个线程的存储腾出空间。
So the faster iteration makes up for the slower mutation and provides better concurrency because multiple threads can iterate the list simultaneously.
所以更快的迭代可以补偿较慢的变化过程,并提供更好的并发性,因为多个线程可以同时迭代列表。
Multiple threads of control allow an application to service requests from multiple users at the same time.
多个控制线程允许应用程序同时为来自多个用户的请求提供服务。
Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads.
具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。
If this processing occurs in multiple threads, you can start to have serious problems.
如果该处理出现在多个线程中,就可能发生严重问题。
In multithreaded applications, for example, if multiple threads access the same resource for reading and writing, thread synchronization problems can occur.
例如,在多线程应用程序中,如果多个线程访问相同的资源进行读写访问,则可能会出现线程同步问题。
Typically, the application server keeps a pool of endpoints, so the second option is likely to provide for greater reuse between multiple threads.
通常,应用服务器保持一个端点池,所以第二个选项或许是为了在多个线程之间提供更好的重用而提供的。
When multiple threads ask for the same lock at the same time, one wins and acquires the lock, and the others block.
在多个线程同时请求同一个锁时,会有一个线程获胜并得到锁,而其他线程被阻塞。
Those instances of a particular program can exist in multiple threads within a given process.
这些特定程序的实例可以存在于给定进程的多个线程中。
Doing so allows for multiple threads to search the list concurrently.
这么做就允许多个线程同时搜索链表。
When analyzing a transaction trace, it is usually necessary to follow multiple threads, which adds some complexity to the trace analysis.
分析事务跟踪信息时,通常有必要分析多个线程,而这将增加跟踪分析的复杂性。
In multithreaded enviornments multiple threads access the same heap.
在多线程环境中,多个线程访问同一个堆。
The challenge is that you need to coordinate multiple methods in multiple classes across multiple threads.
挑战在于,您需要跨多个线程协调多个类中的多个方法。
Always clean up the storage area to be allocated to multiple threads when you run the program.
在运行程序时,经常清理将要分配给多个线程的存储空间。
The engine provides transactions and crash recovery, and allows multiple connections and multiple threads to use a connection.
该引擎提供了事务和崩溃恢复,支持多个连接,而且支持使用一个连接的多个线程。
Many times, however, processes contain multiple threads, where a few threads perform the core application logic while the rest service the external requests.
不过很多时候,进程包含多个线程,其中少数线程执行核心应用程序逻辑,同时,其余线程为外部请求提供服务。
The job dispatcher spawns multiple threads, each containing the code for a different subtask.
作业调度器生成多个线程,每个线程包含执行不同子任务的代码。
Figure 4 shows how multiple threads within a single CSLD task can be set up.
图4显示了如何在一个CSLD任务中设置多个线程。
For better throughput, clients can submit redaction requests from multiple threads.
要实现更高的吞吐量,客户端可从多个线程提交编校请求。
Multiple threads can safely execute concurrently on all invocations except the first.
多线程能够安全并发地执行除第一次调用外的所有调用。
Your code must create multiple threads (or processes, if you really prefer) to run multiple SPEs.
代码必须创建多个线程(或进程,如果您喜欢这样叫)来运行多个SPE。
To prepare for compilation of COBOL programs with multiple threads, you need to.
要准备好编译带有多个线程的COBOL程序,您需要。
Because the typical read-access of a map changes the order, if multiple threads could be reading from the map, you should synchronize access.
因为映射表的典型的读存取操作会改变顺序,如果多个线程可以从映射表读取,就应该同步存取操作。
Instances of this timer class can be safely accessed from multiple threads.
该定时器类的实例能够被多个线程安全地访问。
应用推荐