What is the translation of " THREAD POOLS " in Chinese?

[θred puːlz]
[θred puːlz]
线程池

Examples of using Thread pools in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Thread pools- Any computer process can be held up by a single, slow operation.
线程池--任何计算机进程都可以通过一个缓慢的操作来阻塞。
Now, the first run without thread pools does not give us very exciting results:.
现在,第一次运行没有线程池将不会我们非常激动人心的结果:.
The factory methods in theExecutors class can create several types of thread pools:.
Executors类里的工厂方法可以创建很多类型的线程池:.
Now, the first run without thread pools does not give us very exciting results:.
现在,没有使用线程池的第一次运行将不会带给我们非常振奋的结果:.
Thread pools, for instance, can speed disk‑intensive tasks by nearly an order of magnitude.
例如,线程池可以将磁盘密集型任务的速度提高近一个数量级。
Now our server produces 9.5 Gbps,compared to~1 Gbps without thread pools!
现在,我们的服务器产生的流量是9.5Gbps,相比之下,没有使用线程池时只有约1Gbps!!
Chapter 9 covers thread management- thread pools, work queues, and interrupting operations.
第9章涵盖了线程管理―线程池、工作队列和中断操作。
In the following sections,let's see how the Java classes and interfaces that provide support for thread pools work in more detail.
在下面的章节,让我们仔细看一看Java类和接口如何为线程池提供支持。
Chapter 8(Applying Thread Pools) addresses some of the more advanced features of the task-execution framework.
第8章(应用线程池)关注了一些任务执行框架中更为高级的特性。
In conclusion,goroutines provide a powerful abstraction that free the programmer from worrying about thread pools or event loops.
总之,Goroutines提供了一个强大的抽象,使程序员不用担心线程池或事件循环。
All resources including the NIO Selectors and thread pools will be shut down and terminated automatically.
包括NIOSecector和线程池在内的所有资源将被自动的关闭和终止。
Managing threads had been a burden, and people needed external libraries ora J2EE/ JEE container to manage thread pools.
管理多线程是一个负担,人们需要额外的库或者一个J2EE/JEE容器来管理线程池
They include new capabilities such as socket sharding and thread pools(see below), and both are constantly being tuned for performance.
它们包括新的功能,如套接字分片和线程池(请参阅技巧9),并且都在不断地进行性能调优。
Thread pools provide a significant advantage by, simply put, separating the execution of tasks from the creation and management of threads..
线程池有很大优势,简单来说就是可以将任务的执行从线程的创建和管理中分离。
They include new capabilities such as socket sharding and thread pools(see below), and both are constantly being tuned for performance.
它们都包含了最新的能力,如socket分割和线程池(见下文),这些都已经为性能优化过了。
After all our fears about blocking operations and some exciting results,probably most of you already are going to configure thread pools on your servers.
在抛出我们对阻塞操作的担忧并给出一些令人振奋的结果后,可能大部分人已经打算在你的服务器上配置线程池了
The last implies that you can configure several independent thread pools and use them in different places of your configuration file to serve different purposes:.
最后一个提示就是,你可以配置多个独立的线程池,并在你配置项的不同地方去使用,针对不同的目的:.
After all our fears about blocking operations and some exciting results,probably most of you already are going to configure thread pools on your servers.
出于对阻塞操作的恐惧并取得了一些令人欣喜的结果之后,你们大多数可能已经准备去在你们的服务器上配置线程池了,别急。
Spring provides in-application bulkheading through Hystrix thread pools, and Kubernetes provides bulkheading through resource, process and namespace isolation.
Spring通过Hystrix线程池提供应用内的隔离,而Kubernetes通过资源,进程和命名空间来提供隔离。
Thread Pool.
线程池.
An application can use the Executor framework, in order to create a thread pool.
应用程序可以使用Executor框架来创建线程池.
BTW, the. NET thread pool uses IOCP underneath.
顺便说一下,.Net线程池使用了下面的IOCP。
Here, there is a problem of the I/O thread pool.
这里就存在一个I/O线程池的问题。
Timer-queue timers and registered wait operations also use the thread pool.
Timer-queuetimers和Registeredwaitoperations也使用线程池来实现。
The Thread Pool.
池线程.
For concurrency control, Thread pool uses a priority queue solution.
对于事务的并发控制,Threadpool采用优先级队列的方式解决。
If the query for long queries, Thread pool has a performance impact.
如果查询为长查询,Threadpool会有性能影响。
By Thread pool, can reduce the number of connections to MySQL Server.
而通过Threadpool,可以减少MySQLServer的连接数。
Results: 28, Time: 0.0299

Word-for-word translation

Top dictionary queries

English - Chinese