计算进程中正在运行的活动线程的数量。
跟踪当前活动线程的堆栈。
这可能导致活动线程数封顶。
This can cause the number of active threads to reach a ceiling.
增加HTTP的活动线程。
活动线程的平均数是到达容器的当前请求数的标准。
The average number of active threads is a gauge for the number of concurrent requests reaching the container.
线程体包括运行的活动线程和可接合的死线程。
Thread bodies consist of active running threads and dead joinable threads.
使用 /proc/PID/task计算活动线程数
将工作推入应用程序的活动线程数量每隔两分钟增加一次。
The number of active threads pushing work into the application is increased every two minutes.
将该线程组中的所有活动线程拷贝到指定数组中。
Copies into the specified array every active thread in this thread group.
在增加HTTP活动线程时,您应该会看到响应时间减少了。
As you increase the HTTP active threads, you should see the response time decreasing.
登录服务这个例子中发现的最后一个问题是任何时候庞大的活动线程数量。
The final problem identified in the logging service example was the large number of threads active at any given time.
将该线程组及其子线程组中的所有活动线程拷贝到指定数组中。
Copies into the specified array every active thread in this thread group and its subgroups.
Task对象和对象中的活动线程的生命周期不是捆绑在一起的。
The lifetime of an ACE_Task object is not tied to the lifetime of any threads activated in that object.
应用程序在有四个处理器的计算机上运行,活动线程的数量在1到8之间变化。
The application was run on a computer with four processors, and the number of active threads was varied from one to eight.
我们尝试通过增加在Server文档中指定的活动线程数来增加系统吞吐量。
By increasing the number of active threads specified in the Server document, we tried to get more system throughput.
该快照最常用的部分是JVM中当前活动线程的列表,线程转储也因此得名。
The most often used part of that snapshot is the list of currently active threads in the JVM, hence its name.
当你启动两个块包含一个线程,它导致两个扭曲,每一种都包含1活动线程。
When you launch two blocks containing a single thread each, it results in two warps, each of which contains 1 active thread.
虽然线程是活动的,但是运行线程的处理器的CSA将指向当前活动线程的MST。
While a thread is active, the CSA for the processor running that thread will point to the MST of the current active thread.
关键是设计成多线程的应用程序组件并不意味着该组件能够处理无限多个活动线程。
The emphasis here is that an application component designed to be multi-threading does not mean the component can handle an unlimited number of active threads.
如果您启动一个与两个线程块,你还推出1扭曲,但现在单一经包含2个活动线程。
If you launch a single block with two threads, you still launch 1 warp, but now the single warp contains 2 active threads.
任务队列、活动线程链表、空闲线程队列都作为线程池的成员变量,由线程池维护。
Queue to store the task to be performed. You can call the thread pool member function to add the task to the queue.
此文件包含所有活动线程的线程堆栈,并能够用于标识可能陷入无限循环的方法和线程。
This file contains thread stacks of all active threads and can be used for identifying methods and threads which might be stuck in an infinite loop.
池大小(黄色)是池中线程数量的平均值,而活动计数(红色)是当前活动线程的数量。
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.
返回当前正在窃取任务或执行任务的线程数的估计值,此方法可能高估活动线程的数量。
Returns an estimate of the number of threads that are currently stealing or executing tasks. This method may overestimate the number of active threads.
如果活动线程的平均数时常接近线程池的最大大小,这说明该线程池太小,不足以满足工作量。
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.
Threads图形随时间的增长描绘活动线程的数量,而Classes图形描绘所装载的类的数量。
The threads graph plots the number of live threads over time, and the classes graph depicts the number of classes loaded.
如果活动线程的数量上下波动很大,或者远远低于期望工作量,那么请求无法以有序的方式到达web容器。
If the number of active threads is sharply fluctuating or very low for the expected workload, the requests are not reaching the Web container in an orderly fashion.
因为删除ACE_Task对象并不结束任何一个活动线程,线程必须结束在任务对象被删除前。
Since deleting an ACE_Task object doesn't shut down any active threads, the threads must therefore exit before the task object can be deleted.
Stacksize也是一个极其重要的配置参数,它指示了数据库服务器为每个活动线程指派的初始堆栈的大小。
Stacksize is also a very important configuration parameter that indicates the initial stack size the database server assigns to each active thread.
例如,如果您预计有200个Web用户使用Domino服务器,您可以假设应该将HTTP活动线程设置为200。
For example, if you are anticipating 200 Web users to use a Domino server, you might assume that you should set the HTTP active threads to 200.
应用推荐