thread pool size的意思|示意
线程池大小
thread pool size的网络常见释义
线程池大小 线程池是PKUAS 的一个功能模块,它存放 着用于接受和处理客户请求的线程,池中可存放的 线程数目由线程池大小(thread pool size , TPS) 来决 定。
thread pool size相关短语
1、 fixed size thread pool 固定大小线程池
thread pool size相关例句
Tuning the size of a thread pool is largely a matter of avoiding two mistakes: having too few threads or too many threads.
调整线程池的大小基本上就是避免两类错误:线程太少或线程太多。
A known problem with ASP.NET scalability is the limited size of the thread-pool.
net线程池的大小有一定限制,这是ASP.NET可伸缩性方面的一个已知问题。
If events are building up in the transport queue (in front of the listener), increase the size of the thread pool for both the listener and the source adapter controller.
如果事件在传输队列(位于侦听器前)中堆积,则请同时增大侦听器和源适配器控制器的线程池的大小。
Typically, this should be no more than 20-25% greater than the thread pool size in the Web container.
通常,这所增加的大小不应超过web容器中线程池大小的20—25%。
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.
不过,为避免应用程序之间发生严重的线程供给不足问题,可以配置一个线程池,允许线程的分配超出最大线程大小。
The size of the servlet engine thread pool is what determines the amount of work that the JVM containing the web application can execute at any one time.
servlet引擎线程池的大小决定了包含Web应用程序的JVM一次可执行的工作量。