worker thread pool的意思|示意

美 / / 英 / /

工作线程池


worker thread pool的网络常见释义

线程池 一个线程调度其他线程做有用的工作,后者通常是一个工人线程池(worker thread pool)的一部分。这种工人线程池通常在老板线程开始调度之前分配产生。

worker thread pool相关短语

1、 thread pool worker factory 线程池工厂

worker thread pool相关例句

When the call to the servlet returns, the worker thread checks to see if another request is available from the same client before returning to the pool.

当对 servlet 的调用返回时,工作线程在返回到池中之前,会检查是否有来自相同客户机的另一个请求可用。

Each worker thread has the J2EE context of the thread pool creator component applied to it.

每个工作线程都有适用于它的线程池创建程序组件的J2EE上下文。

Count of threads in worker thread pool. These threads answer requests from clients.

工作线程池中线程的计数。这些线程回应客户端的请求。

Queues the specified delegate to the thread pool, but does not propagate the calling stack to the worker thread.

将指定的委派伫列排入执行绪集区,但不会将呼叫堆叠散布到背景工作执行绪。

A thread pool worker thread pulls the next WWEC from the input queue and runs it.

线程池工作线程从输入队列提取下一个WWEC,并运行它。

A worker thread pool, to make web applications more responsive by performing expensive operations in the background.

“工作者线程池”,通过在后台执行费时的操作使应用程序响应更加迅速。