free pool

释义
空闲池;
权威例句
Forming machine and method of forming materialNarrow profile apparatus for forming tubes from plastic web stock
Special Events Friday
Narrow profile apparatus for forming tubes from plastic web stock
Wnt-1 regulates free pools of catenins and stabilizes APC-catenin complexes.
Phosphorylation and free pool of beta-catenin are regulated by tyrosine kinases and tyrosine phosphatases during epithelial cell mig...
Effects of ischemia and electroconvulsive shock on free fatty acid pool in the brain
Cell-free synthesis of anticoagulant heparan sulfate reveals a limiting converting activity that modifies an excess precursor pool.
Non-proton-motive-force-dependent sodium efflux from the ruminal bacterium Streptococcus bovis: bound versus free pools
Temporary pools are not `enemy-free'
1. For most collector implementations, the allocation subsystem keeps a pool of free heap memory, consumed by the application through allocating objects and replenished by the collector through sweeping.
对大多数收集器实现而言,分配子系统持有一个自由堆内存池,应用程序通过分配对象使用该池,然后由收集器通过清理来补充该池。
youdao
2. As with the mark phase, the cost of sweeping dead objects back into the free memory pool can't be completely predicted.
与标志阶段类似,将死对象清理回自由内存池的耗费也不能完全预测。
youdao
3. The thread then checks to see how many connections are in the free pool, and compares this to the value of the Minimum connections property.
线程然后进行检查,以确定空闲池中有多少个连接,将此值与最小连接属性的值进行比较。
youdao
4. Each factory has an associated free connection pool.
每个工厂都有一个关联的空闲连接池。
youdao
5. You can disable the pool maintenance thread for an individual free connection pool by setting its Reap time property to 0.
通过将获得时间属性设置为0,可以禁用个别空闲连接池的池维护线程。
youdao
6. As you can see, the pool maintenance thread does a lot of work when it "wakes up," particularly if there are a large number of connections in the connection factory's free pool.
正如您看到的,池维护线程在“醒来”时会执行许多工作,尤其是在连接工厂的空闲池中存在大量的连接时。
youdao
7. Instead, Shared memory is allocated from the system's free memory pool and is annexed by each process that wants access.
共享内存是从系统的空闲内存池中分配的,希望访问它的每个进程连接它。
youdao
8. But how does the free connection pool actually work?
但空闲连接池的实际工作原理是什么?
youdao
9. In general terms, a connection pool is a pool of free connections to a JMS provider.
总的来说,连接池是一个到JMS提供程序的空闲连接池。
youdao
10. If the pool maintenance thread decides that a connection in the free pool needs to be discarded, it physically closes the connection to the JMS provider.
如果池维护线程确定需要丢弃空闲池中的连接,则它物理关闭到JMS提供程序的连接。
youdao
11. You use list_entry to get at your data object (to free it back to the kernel pool), and then use list_del to free the entry on the list.
您使用list_entry来获取您的数据对象(以便将它释放回内核池),然后使用list_del来释放列表中的条目。
youdao
12. Although you can map the pool size extensions, the application servers treat the free pool differently.
虽然您可以映射池大小范围,但是应用程序服务器看待空闲池的方式是不同的。
youdao
13. Each bean class can define the size of its own free pool using this element.
每个bean类都可以使用此元素来定义自己的空闲池的大小。
youdao
14. Populating the free pool with instances improves initial response time, because initial requests for the bean can be satisfied without generating a new instance.
用实例来填充空闲池可以提高初始响应时间,因为对该bean的初始请求不用生成新的实例即可得到满足。
youdao
15. ISeries machines are often configured with an effective free memory pool size.
iSeries计算机通常配置了有效的可用内存池大小。
youdao
16. As the free pool for this factory is empty, the connection Manager creates a new connection, c1, and returns it to the application.
因为此工厂的空闲池为空,所以ConnectionManager会创建新的连接c1,并将其返回给应用程序。
youdao
17. If a connection is put back in the free pool within this 3-minute period, the connection Manager immediately takes it out of the pool again and passes it to the application.
如果在这3分钟内将连接放回空闲池,则ConnectionManager将立即从池中再次取出它,并将其传递给应用程序。
youdao
18. The default value of the Minimum connections property is 1, which means that the connection Manager will always try to keep at least one connection in the free pool, for performance reasons.
最小连接属性的缺省值为1,这意味着ConnectionManager出于性能原因将总是尝试在空闲池中至少保持一个连接。
youdao
19. FreePoolSize (orange) is the number of free connections in the pool and UseTime (green) is the average time (in ms) that a connection is used.
FreePoolSize(黄色)是池中空闲连接的数量,而UseTime(绿色)是连接所使用的平均时间(毫秒)。
youdao
20. It finds c1 in the free connection pool, and checks how long ago it was created.
它在空闲连接池中找到c1,并检查它创建了多长时间。
youdao
21. You now have a connection c1 in the free pool, so the connection Manager will take this connection out of the pool and make it available to the listener port.
现在,空闲池中含有连接c1,这样ConnectionManager将从该池中取出此连接,并将其提供给侦听器端口。
youdao
22. Unused timeout: How long a connection will remain in the free pool before it is closed.
未使用的超时:连接关闭之前在空闲池中保留的时间。
youdao
23. A block is allocated from the free pool by first converting the requested bytes to an index in the bucket array, using the following equation.
当从空闲池分配块时,首先使用以下公式把请求的字节数转换为bucket数组索引。
youdao
24. The connection is returned to the free pool when sendMessage() exits.
当sendMessage()退出时,该连接返回到空闲池。
youdao
25. The connection it was using, c1, is put back into the free connection pool.
它使用的连接c1将被放回空闲连接池。
youdao
26. When a block of memory is returned to the free pool, the bucket index is calculated just like it is done with allocation.
当把内存块返回给空闲池时,像分配时一样计算bucket索引。
youdao
27. In this situation, the connection Manager will take the connection and put it back into the free pool.
在这种情况下,ConnectionManager将获取连接,并将其放回空闲池。
youdao
28. When an application creates a JMS connection, the application server determines if a connection already exists in the free connection pool. If so, it is returned to the application.
当一个应用程序创建JMS连接时,应用服务器将查看空闲连接池中是否已经存在连接——如果池中存在连接,它将返回给应用程序。
youdao
29. When an application creates a JMS connection, the application server determines if a connection already exists in the free connection pool. If so, it is returned to the application.
当一个应用程序创建JMS连接时,应用服务器将查看空闲连接池中是否已经存在连接——如果池中存在连接,它将返回给应用程序。
youdao
free pool




