• 方法线程线程变得可用时执行

    The method executes when a thread pool thread becomes available.

    youdao

  • 线程线程可以同时运行任务

    Each thread-pool thread can run one Task at a time.

    youdao

  • 不能同时运行线程池线程两个并发任务

    You cannot run two concurrent Tasks in the same thread-pool thread.

    youdao

  • 线程线程中,没有诸如未经处理的异常这样的内容。

    There is no such thing as an unhandled exception on a thread pool thread.

    youdao

  • 讨论线程优缺点概括可以创建线程使用线程线程几种情形

    Discusses the advantages and drawbacks of multiple threads, and Outlines the scenarios in which you might create threads or use thread pool threads.

    youdao

  • 所有线程线程分配任务后线程池不会立即开始创建新的空闲线程

    When all thread pool threads have been assigned to tasks, the thread pool does not immediately begin creating new idle threads.

    youdao

  • 线程线程准备好执行更多工作时,首先本地队列开始部分查找然后依次全局队列其他线程的本地队列查找。

    When a thread-pool thread is ready for more work, it first looks at the head of its local queue, then in the global queue, and then in the local queues of other threads.

    youdao

  • 一个常见解决方案使用VM启动时创建线程不是创建每个线程

    One common workaround was to use a pool of threads created at VM startup, rather than creating each new thread on demand.

    youdao

  • 如果线程,那么那些线程消耗资源可能严重地影响系统性能

    If a thread pool is too large, the resources consumed by those threads could have a significant impact on system performance.

    youdao

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

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

    youdao

  • 线程的功能类似,TPL能够线程处理器之间实现负载均衡

    Like a thread pool, the TPL can perform load balancing across threads and processors.

    youdao

  • 正确管理线程非常重要,因为线程对于服务器中的内存使用量以及其他低级操作系统资源而言相当珍贵资源。

    Proper management of the thread pools is important, because threads are fairly expensive resources in terms of memory consumption in the server, as well as other low-level operating system resources.

    youdao

  • 如果知道应用程序立即使用大量线程线程,您必须提高最小线程数量

    If you know your application is going to need a lot of thread-pool threads right away, you can increase the minimum thread count.

    youdao

  • 运行容器中的EJB分配OR b线程线程执行

    EJBs that are run within the container execute inside the threads that are allocated to the ORB thread pool.

    youdao

  • 消息侦听器服务配置为使用最大线程属性设置4线程

    The message listener service is configured to use a thread pool that has the maximum threads property set to 4.

    youdao

  • TPL拥有一套从前线程线程具备的功能例如任务拥有一个安全Cancel方法

    The TPL also has a new set of features not seen in either threads or thread pools. For example, Tasks have a safe Cancel method.

    youdao

  • 对于同步用例servlet引擎线程三个线程

    For the synchronous case, the servlet engine thread pool has three threads.

    youdao

  • 通用语言运行时(Common LanguageRuntime,CLR)线程线程形式并行编程提供基本支持

    The Common Language Runtime has always had basic support for parallel programming in the form of locks, threads, and thread pools.

    youdao

  • 因此,我们通常需要保持很少数量线程足够线程池可以满足服务器性能容量需求

    So we normally want to keep the number of threads small, though large enough to meet the performance and capacity requirements of the server.

    youdao

  • 可能为了方便而线程组合,例如线程中的所有线程属于x另一个的所有线程则属于组y或者为了访问控制而将线程进行组合。

    You might group them for purposes of conveniencefor instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Yor for access control.

    youdao

  • 可能为了方便而线程组合,例如线程中的所有线程属于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.

    youdao

  • 这些情况下需要一个组件范围的线程,并每个线程具有固定J2EE上下文

    In these cases, it is desirable to have a component-scoped thread pool, with a fixed J2EE context on each thread.

    youdao

  • 虽然线程构建线程应用程序的强大机制,但使用不是没有风险的。

    While the thread pool is a powerful mechanism for structuring multithreaded applications, it is not without risk.

    youdao

  • 如果活动线程平均数时常接近线程最大大小说明该线程池太小,不足以满足工作量

    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.

    youdao

  • 当然直到本身应用程序释放之后,线程才能释放线程

    Of course, it can't release them until the thread pool itself is released by the application.

    youdao

  • 每个工作线程都有适用线程创建程序组件J2EE上下文

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

    youdao

  • 执行自身形式线程线程调度应用程序可能需要这种技术

    This technique might be required for applications or libraries that do their own form of thread pooling and thread dispatching.

    youdao

  • 试图线程传递任务调用都会发现为空,在调用者等待一个可用线程,它的线程阻塞。

    Any caller that attempted to pass a task to a pool thread would find the pool empty, and its thread would block while it waited for an available pool thread.

    youdao

  • 但是应用程序拥有线程,而是由线程拥有线程因此线程池必须负责释放线程

    But the application doesn't own the threads; the thread pool does, and therefore the thread pool must take responsibility for releasing them.

    youdao

  • 不过避免应用程序之间发生严重线程供给不足问题可以配置一个线程允许线程分配超出最大线程大小

    However, to avoid potentially severe thread starvation between applications, it is possible to configure a thread pool to allow thread allocation beyond maximum thread size.

    youdao

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

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

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