The threads are maintained in a cached pool of threads per persistence unit.
这些线程根据每个持久性单元保存在线程的缓存池内。
The tables listed in the input files are fed to a pool of threads in a round robin fashion.
输入文件中列出的表以循环方式提供给线程池。
Then set up another pool of threads that join on the second queue, and then do work on the Web page.
然后,对加入到第二个队列中的另一个线程池进行设置,然后对Web 页面执行相应的处理。
The pool of threads and overlapped operations guarantee a good level of performance to the ASP.NET ISAPI.
线程池和回执操作确保了ASP.NETISAPI的高性能。
One common workaround was to use a pool of threads created at VM startup, rather than creating each new thread on demand.
一个常见的解决方案是使用VM启动时创建的线程池,而不是按需创建每个新线程。
Solution: find a library to do this or make use of the Executor suite of classes and use a limited pool of threads (then only download a few at a time).
解决方法:找到一个图书馆这样做或使用类的执行器套件和使用有限的线程池(只能下载一次)。
The aspnet_isapi module creates a fixed number of named pipes and USES overlapped operations to service simultaneous connections through a small pool of threads.
aspnet _ isapi模型创建固定数量的命名管道并且通过一个小的线程池使用重叠操作为并发的链接服务。
If events are building up in this queue, but not in the queue in front of the collaboration thread pool, then increase the number of threads configured for the source adapter controller.
如果事件在此队列中堆积,但并没有在协作线程池前面的队列中堆积,则请增加为源适配器控制器配置的线程数量。
To do this, we set the thread priority of the polling threads to 38 (the highest RT priority) and the priorities of the triage pool threads to 37.
为此,我们将轮询线程的线程优先级设置为38(最高的RT 优先级),将筛选池线程的优先级设置为 37。
You might group them for purposes of convenience — for instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Y — or for access control.
您可能是为了方便而将线程组合,例如,一个线程池中的所有线程都属于组x,而另一个池的所有线程则属于组y,或者是为了访问控制而将线程进行组合。
You might group them for purposes of convenience -- for instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Y -- or for access control.
您可能是为了方便而将线程组合,例如,一个线程池中的所有线程都属于组X,而另一个池的所有线程则属于组Y,或者是为了访问控制而将线程进行组合。
The pool is not large enough to serve the workload, if average number of active threads is constantly close to maximum size of the pool.
如果活动线程的平均数时常接近线程池的最大大小,这说明该线程池太小,不足以满足工作量。
Typically, the application server keeps a pool of endpoints, so the second option is likely to provide for greater reuse between multiple threads.
通常,应用服务器保持一个端点池,所以第二个选项或许是为了在多个线程之间提供更好的重用而提供的。
The pool size (orange) is the average number of threads in the pool, and the active count (red) is the number of concurrently active threads.
池大小(黄色)是池中线程数量的平均值,而活动计数(红色)是当前活动线程的数量。
Increasing the number of threads in the thread pool has limited benefit because application-server performance starts to degrade as the number of threads in the pool increases.
增加线程池中的线程数量收效甚微,因为当线程池中的线程数量增加时,应用程序-服务器性能将开始降低。
This feature is particularly useful when methods are being executed on out-of-scope threads; for example, starting a thread on a thread pool.
当在范围外的线程上执行方法时,此功能特别有用;例如,启动线程池中的线程。
Tuning the size of a thread pool is largely a matter of avoiding two mistakes: having too few threads or too many threads.
调整线程池的大小基本上就是避免两类错误:线程太少或线程太多。
In the synchronous case, this level of parallelism isn't achievable, because the limiting factor is the number of threads in the servlet thread pool.
而使用同步则无法达到这种并行程度,因为servlet线程池中的线程数是有限制的。
A thread pool specifies the maximum possible number of threads allowed to run concurrently in a Web container.
线程池指定Web容器中允许并发运行的线程的最大数量。
Often, the number of database connections is smaller than the number of threads available in the servlet thread pool.
通常,数据库连接的数量要小于servlet线程池中可用线程的数量。
Pool Max: The maximum number of threads that can be instantaited in a thread pool.
PoolMax:线程池中可以实例化的最大线程数。
For the purposes of this article, we will create 10 pool threads per ProductionLine object and expand the pool if we run out of threads for any reason.
就本文的目的而言,我们将为每个ProductionLine对象创建10个入池线程,如果出于某些原因耗尽线程,我们还会扩展线程池。
To make better use of CPU time, we can create a pool of NHRTs to process the data. By maintaining a pool of running threads, we have no thread startup and shutdown overhead when running.
为更好地利用CPU时间,我们可以创建一个nhrt池来处理数据,通过维护一个运行中线程的池,在运行的时候就不存在任何线程启动和停止开销了。
If you know your application is going to need a lot of thread-pool threads right away, you can increase the minimum thread count.
如果您知道您的应用程序会立即使用大量线程池的线程,您必须提高最小线程数量。
Count of threads in worker thread pool. These threads answer requests from clients.
工作线程池中线程的计数。这些线程回应客户端的请求。
All threads in a component-scoped thread pool are asynchronous bean daemon threads and have the same lifecycle of the application that created it.
组件范围的线程池中的所有线程都是异步bean守护程序线程,并且具有与创建它的应用程序相同的生命周期。
For most runs, the number of threads in the fork-join pool was equal to the number of hardware threads (cores times threads-per-core) available.
对于大多数运行,fork - join池中的线程数量与可用的硬件线程(内核数乘以每个内核中的线程数)相等。
Prior to WebSphere Application Server V6.x, a one-to-one mapping existed between the number of concurrent client connections and the threads in the Web container thread pool.
在WebSphereApplicationServerV6.x 之前,在并发客户端连接数和Web容器线程池中的线程数之间存在一对一的映射。
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
返回所有线程的工作队列中的当前任务总数的估计值(但不包括已提交到池但未开始执行的任务)。
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
返回所有线程的工作队列中的当前任务总数的估计值(但不包括已提交到池但未开始执行的任务)。
应用推荐