Resume the blocked worker thread.
恢复阻塞工作线程。
Dispatch the request to a new worker thread.
将请求分配给新工作线程。
The Runnable is run on the J2EE worker thread.
可运行线程在J2EE工作线程上运行。
Block the worker thread and wait for the response.
阻塞工作线程并等待响应。
When complete, the J2EE worker thread remains active.
当完成时,J2EE工作线程仍保持活动状态。
How to configure Netty to have a single worker thread?
如何配置网络有一个单独的线程?
A worker thread pulls the next WWEC from the input queue and runs it.
工作线程从输入队列提取一个WWEC,并运行它。
Threads are divided into Worker Thread and User Interface Thread.
线程分为辅助线程(工作者线程)和用户界面线程。
The worker thread now waits for more work to appear on the input queue.
工作线程现在等待更多工作出现在输入队列上。
Work requests queued and waited for a worker thread to become available.
工作请求进入队列,等待工作线程。
Each worker thread performs some bit of work using the TaskHandler class.
每个工作者线程使用taskhandler类执行一部分工作。
The J2EE worker thread now waits for more work to appear on the input queue.
J2EE工作线程现在等待更多工作出现在输入队列上。
Another R5 benefit is the result of the worker thread model that we are using.
R5的另一个优点就是我们正在使用的worker线程模型带来的结果。
For example, Listing 4 shows the worker thread for the Bing search engine.
例如,清单4显示了作用于Bing搜索引擎的那个worker线程。
A thread pool worker thread pulls the next WWEC from the input queue and runs it.
线程池工作线程从输入队列提取下一个WWEC,并运行它。
However, when you make such a request from a Worker thread, you don't need to do this.
然而,如果是从一个Worker线程做这样的请求,就无需这么做了。
Each service invocation to the banking device blocks a worker thread within the server.
对银行设备的每次服务调用都会阻塞服务器内的工作线程。
Count of threads in worker thread pool. These threads answer requests from clients.
工作线程池中线程的计数。这些线程回应客户端的请求。
Each worker thread has the J2EE context of the thread pool creator component applied to it.
每个工作线程都有适用于它的线程池创建程序组件的J2EE上下文。
Throughput - 5.5 times higher for the UI thread and 870 times higher for the worker thread.
对于UI线程来说提升了5.5倍,对于worker线程来说提升了870倍。
As previously stated, a single worker thread can't process multiple transactions in parallel.
正如前面提到的,单个工作线程无法并行处理多个事务。
Timeouts can serve as a constraint and control the amount of time the worker thread is blocked.
可以使用超时来约束和控制阻塞工作线程的时间量。
When a connection arrived, the accept thread would simply spin off a worker thread for processing.
当连接到达时,接受线程只是衍生一个辅助线程来进行处理。
Without the communications between main thread and worker thread, CPU would be locked for a long time.
若没有主线程与辅助线程的通信,CPU将被阻塞很长一段时间。
A worker thread pool, to make web applications more responsive by performing expensive operations in the background.
“工作者线程池”,通过在后台执行费时的操作使应用程序响应更加迅速。
This will allow the worker thread to access the Web service, thus all three Web services are called concurrently.
这将使此worker线程得以访问Web服务,进而,就可以并发调用这三个 Web服务。
If a worker thread must be blocked, you need to ensure that the thread is blocked for only a reasonable amount of time.
如果阻塞工作线程,则需要确保仅在合理的时间内阻塞线程。
The main thread was a controls based on dialog, the worker thread was a circulation of counting lasting a long time.
主线程是一个基于对话框的控件,辅助线程是一个耗时很长的循环计数。
A snapshot is taken of the current J2EE application context on the worker thread to restore later after the work completes.
获取工作线程上当前J2EE应用程序上下文的快照,以便在工作完成之后进行恢复。
A snapshot is taken of the current J2EE application context on the worker thread to restore later after the work completes.
获取工作线程上当前J2EE应用程序上下文的快照,以便在工作完成之后进行恢复。
应用推荐