• Count the number of thread stacks in the process.

    计算进程线程堆栈数量

    youdao

  • Thread Count: Number of threads associated with the process.

    ThreadCount进程相关线程数目

    youdao

  • Pool Max: The maximum number of threads that can be instantaited in a thread pool.

    PoolMax线程可以实例化最大线程

    youdao

  • In a running process, the number of thread stacks is equal to the number of thread bodies in the process.

    一个运行进程中,线程堆栈数量等于进程线程的数量。

    youdao

  • A thread pool specifies the maximum possible number of threads allowed to run concurrently in a Web container.

    线程指定Web容器允许并发运行线程最大数量

    youdao

  • Often, the number of database connections is smaller than the number of threads available in the servlet thread pool.

    通常数据库连接数量小于servlet线程可用线程的数量。

    youdao

  • Each thread has associated data; so, as the number of threads increases, the memory consumption of the application also increases.

    每个线程都有相关联数据因此随着线程数量增加应用程序内存消耗会增加。

    youdao

  • Pmap is a Linux tool used to report on the process memory. Combine the following commands to get the number of thread stacks.

    pmap一种用于汇报进程内存Linux工具

    youdao

  • This in turn results in one thread per user on Tomcat, while the NIO server handles the same load with a constant number of threads.

    然后它导致Tomcat为每个用户分配一个线程NIO 服务器用固定数量的线程来处理相同负载

    youdao

  • Because these methods might be called from any number of threads at the same time, they too must be implemented to be thread-safe.

    因为这些方法可能很多线程同时调用它们必须实现线程安全的。

    youdao

  • It takes a bit of trial and error to get the optimal number of threads, but a good rule of thumb is 1 thread for every 100 concurrent sessions.

    获得最佳线程需要经过一些试验失败很好的经验法则100个并发会话分配一个线程

    youdao

  • 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线程中的线程有限制

    youdao

  • This enables a 1:1 threading model without limitations on the number of threads being created (since a new kernel thread is created for every user thread).

    这样就可以实现创建线程限制的1:1线程模型因为一个新的内核线程一个用户线程而创建)。

    youdao

  • Keep in mind that the amount of CPU a thread gets becomes dependent not only on the priority but also on the total number of threads that need to be scheduled.

    请记住线程获取cpu不仅依赖优先级依赖于需要调度线程总数

    youdao

  • So I don't really understand if the maximum number of thread creation is during the whole lifetime of the process or the number of thread present at the same time.

    所以真正理解如果线程创建最大数量整个生命周期进程线程的数量同一时间

    youdao

  • 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.

    增加线程中的线程数量收效甚微,因为当线程池中的线程数量增加时,应用程序-服务器性能开始降低

    youdao

  • It was quickly discovered that a thread is an important resource and that the application-server performance degrades significantly if the number of threads surpasses some boundary.

    人们很快发现线程重要资源,并且线程数量超过界限后,应用服务器的性能显著下降

    youdao

  • 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.

    如果事件队列中堆积,并没有协作线程前面队列中堆积,则请增加适配器控制器配置线程数量

    youdao

  • The reason for this is that during execution, a thread can pop any number of references from its stack — references that could have been stored elsewhere during execution.

    这样原因在于,执行期间线程可以弹出任意数量引用——执行过程可能存储在其他位置的引用。

    youdao

  • The maximum thread pool limit is your theoretical maximum number of concurrent users.

    最大线程限制并发用户的最大理论数量

    youdao

  • Tuning the appropriate thread pools to restrict the number of concurrent threads.

    适当的线程限制并发线程数量

    youdao

  • If the number of all thread stacks is greater than the number of active threads, and their dispersion continues growing as the program keeps running, you can conclude that the leak problem does exist.

    如果所有线程堆栈数量大于活动线程数量,程序运行时两者的差量在持续增长可以确定内存泄漏问题确实存在。

    youdao

  • The optimum size of a thread pool depends on the number of processors available and the nature of the tasks on the work queue.

    线程最佳大小取决于可用处理器数目以及工作队列中的任务性质

    youdao

  • Number of waits and total wait time: the number of instances and total elapsed time when the thread was waiting while invoking a method or service.

    等待数量等待时间调用方法服务等待线程实例数量和总占用时间。

    youdao

  • If the list is empty, the number of waiting threads is incremented and the current thread is blocked.

    如果列表会增加等待线程数量,并阻塞当前线程

    youdao

  • A single worker thread might be able to push one logic CPU to 100% utilization in the LPAR, so the total thread number is set to number of the CPUs minus 1.

    单个工作线程也许迫使LPAR中的一个逻辑CPU达到100%的利用率因此线程数量设置CPU数量1。

    youdao

  • You can scale the broker to operate on more than one input file at the same time by increasing the number of instances available in the thread pool.

    通过增加线程可用实例数量可以扩展代理同时操作多个输入文件

    youdao

  • Number of blocks and total block time: the number of instances and total elapsed time when the thread was in a BLOCKED state while invoking a method or service.

    阻塞数量阻塞时间:在调用某个方法或服务处于BLOCKED状态线程实例数量和总占用时间。

    youdao

  • For example, concentrating or multiplexing multiple connections on a single thread allows for a reduction in the number of overall threads.

    例如,将多个连接分插集中一个线程上,可以减少线程

    youdao

  • So from the example above of output for thread 24, this would be in a file called log-1242473967.txt, where the number in the filename is the unique ID.

    因此上面第24个线程输出例子存储一个名为log- 1242473967 .txt文件文件名中的数字就是唯一ID

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定