使用线程池(thread pooling)。
This technique might be required for applications or libraries that do their own form of thread pooling and thread dispatching.
执行自身形式的线程入池和线程调度的应用程序或库可能需要这种技术。
Asynchronous completion token supported thread pooling by allowing services to release threads back into the pool while awaiting asynchronous responses.
异步完成令牌支持线程池,它允许服务在等待异步响应时释放线程,并将其放回到池中。
Pooling was applied in the executor to achieve efficient use of thread resources.
执行程序中应用了池,这可以有效地使用线程资源。
As part of this support WebSphere Message Broker manages the connections, thread affinity, connection pooling, and life cycle of connections with resource managers.
作为此支持的一部分,WebSphereMessageBroker使用资源管理器管理连接、线程关联性、连接池和连接的生命周期。
Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
Sequel具有线程安全,连接池等特性,同时提供了简洁的DSL用来创建数据库查询以及表方案。
Appropriate priority selection for execution of thread-pooling logic can help prevent problems encountered in thread enqueueing and dequeueing.
为执行线程入池逻辑选择适当的优先级有助于防止线程入队和出队中遇到的问题。
Other applications for ThreadLocal in which pooling would not be a useful alternative include storing or accumulating per-thread context information for later retrieval.
其它适合使用ThreadLocal但用池却不能成为很好的替代技术的应用程序包括存储或累积每线程上下文信息以备稍后检索之用这样的应用程序。
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them.
“连接池”是一种建立和管理连接的技术,它已经在一些需要这种调度技术的应用中使用了。
Instead, connection pooling allows the idle connection to be used by some other thread to do useful work.
连接池允许其它线程使用空闲连接来做其它有用的工作。
Instead, connection pooling allows the idle connection to be used by some other thread to do useful work.
连接池允许其它线程使用空闲连接来做其它有用的工作。
应用推荐