When all thread pool threads have been assigned to tasks, the thread pool does not immediately begin creating new idle threads.
在所有线程池线程都分配到任务后,线程池不会立即开始创建新的空闲线程。
The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads. Default value is 60000(1 minute)
超过最小活跃线程数量的线程,如果空闲时间超过这个设置后,会被关别。默认是1分钟。
If no thread is available, a new one is created, and then if the thread from the pool is idle for 60 seconds, it goes away.
如果没有可用的线程,则会创建一个新线程,然后如果线程池中的线程空闲了60秒,该线程就会消失。
During idle time, the UI thread is also responsible for processing all messages in the application's Windows message queue.
在空闲时候,该UI线程同样要对应用程序的窗体消息队列中的所有消息进行负责。
A signal thread handles alarms and forces timeouts on connections that have been idle too long.
一个信号线程处理警报并在闲置时间过长的连接上强制执行超时。
Another possibility is to fork a separate low-priority thread during startup to perform initialization when the system is idle, although this choice requires more care to handle synchronization.
还有一种可能是在启动时派生一个单独的低优先级的线程,当系统空闲时再去完成初始化,不过这种方法需要特别注意处理好同步。
The way it works is that the OS detects when a thread is idle and then gives control of the hardware back to the hypervisor, which puts the thread into nap mode.
当操作系统检测到一个线程空闲时,把对硬件的控制权交还给系统管理程序,这会使线程进入 nap 模式。
The system calls a WH_FOREGROUNDIDLE hook procedure when the application's foreground thread is about to become idle.
系统在应用程序的前台线程即将空闲时,调用WH _ FOREGROUNDIDLE钩子子程。
Instead, connection pooling allows the idle connection to be used by some other thread to do useful work.
连接池允许其它线程使用空闲连接来做其它有用的工作。
Installs a hook procedure that will be called when the application's foreground thread is about to become idle.
安装一个钩子子程,当应用程序的前台线程即将空闲时,该子程被调用。
Every VM that has debugging enabled starts a "JDWP" thread. The thread typically sits idle until DDMS or a debugger connects.
任何调试状态的vm都启动一个jdwp线程,该线程处于空闲状态直到DDMS或者调试器连接它。
So the attention to community idle youth should be paid. Next, the thesis illustrates the thread, extent, difficulty and relevant concepts.
接着绪论部分对本研究的思路、内容、存在困难和相关概念等进行了说明。
About 256k is allocated at once even if thread is idle - they are used by default thread stack, net buffer etc.
大概需要立刻分配256k,甚至在线程空闲时—它们使用默认的线程堆栈,网络缓存等。
About 256k is allocated at once even if thread is idle - they are used by default thread stack, net buffer etc.
大概需要立刻分配256k,甚至在线程空闲时—它们使用默认的线程堆栈,网络缓存等。
应用推荐