• This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.

    代码中检索到一个实例从而避免内存分配构建最终垃圾回收

    youdao

  • Given a set of features and properties, the parser pool should either return a parser from an internal pool or create and store a new parser instance if one does not exist.

    假定特性性质解析应该内部池中返回一个解析器,如果内部池中没有解析器,那么解析器池应该创建保存一个新的解析器实例

    youdao

  • That variable is designed to hold an instance of a connection pool object.

    变量设计用来保存连接池对象一个实例

    youdao

  • As soon as a flow instance finishes processing its input file, it returns to the thread pool and begins work on the next input file from the list.

    一旦某个实例完成输入文件处理实例立即返回线程开始处理列表中的一个输入文件。

    youdao

  • My understanding is that when the maximum number of instances in the session EJB pool are allocated and a new one is created, one unlucky active instance is passivated.

    理解会话EJB分配实例数目达到最大值并且创建了一个实例的时候,某个不幸活动实例将会钝化。

    youdao

  • My understanding is that when the maximum number of instances in the session EJB pool are allocated and a new one is created, one unlucky active instance is passivated.

    理解会话ejb分配实例数目达到最大值并且创建了一个实例的时候,某个不幸活动实例将会钝化。

    youdao

  • Depending on the size of the instance it can take up to 30 minutes to capture it, and then a similar amount of time to copy it from one pool to another and re-instantiate it.

    根据实例大小捕获最多可能需要30分钟时间然后实例复制另一个池并对其实例化可能需要同样时间

    youdao

  • Run the following commands on the TDS proxy instance, and it will register all four back ends to the TDS proxy with a connection pool of 10.

    TDS代理实例执行以下命令向TDS代理注册四个服务器,连接大小设置10

    youdao

  • A PatientRecord instance, or pool of instances, is created at the start of the application.

    应用程序启动时,创建一个PatientRecord实例或者创建了实例

    youdao

  • In looking at the code, you can see that we added another instance of a queue, and then passed that queue into the first thread pool class, ThreadURL.

    分析段代码可以看到我们添加了一个队列实例然后将该队列传递给第一线程ThreadURL

    youdao

  • The startup bean is therefore the owner of the thread pool instance.

    因此启动Bean线程实例所有者

    youdao

  • The getObject() method retrieves an instance of the given class from the pool.

    getObject()方法获取给定一个实例

    youdao

  • The four lines of code at the bottom of Listing 1 prove that no matter how many times you ask for an instance of the ConnPool pool class, it will always return the same object.

    清单1底部代码证明无论请求ConnPool一个实例多少都会返回相同对象

    youdao

  • To use the WASThreadFactory, the application must first look up an Asynchronous Beans WorkManager, create a WASThreadFactory instance, and then construct a new thread pool.

    使用WASThreadFactory应用程序必须首先查找AsynchronousBeans WorkManager,创建一个 WASThreadFactory实例然后构造新的线程池。

    youdao

  • 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

  • Rails doesn't pool the instance of the ActionController; instead, it creates a new instance for each request.

    Rails没有ActionController的实例化;相反每个请求创建新的实例。

    youdao

  • The database pool will keep a pool of connections to the SAMPLEDB database instance. To create a database pool.

    数据库保持SAMPLEDB数据库实例一个连接池。

    youdao

  • LiveOps, for instance, submits people who would like to join its pool of freelancers to a battery of tests to assess their suitability for cloud-mediated work.

    例如LiveOps公司会传送测验加入评定是否适宜从事”技术环境中的工作

    youdao

  • WebLogic will not create another instance if the pool is empty; the request for the new bean will have to wait until an existing bean is returned to the pool.

    如果的,WebLogic不会创建另一个实例bean请求只能等待直到现有的bean返回池中。

    youdao

  • WebSphere Application Server will create a new instance if the pool is empty (instead of making that request wait).

    如果WebSphereApplicationServer创建新的实例(而不是请求等待)。

    youdao

  • You might group them for purposes of conveniencefor instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Yor for access control.

    可能为了方便而线程组合,例如线程中的所有线程都属于x另一个池的所有线程则属于组y或者为了访问控制而将线程进行组合。

    youdao

  • You might group them for purposes of convenience -- for instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Y -- or for access control.

    可能为了方便而线程组合,例如线程中的所有线程都属于X另一个池的所有线程则属于组Y或者为了访问控制而将线程进行组合。

    youdao

  • What happens, for instance, when the pool is empty?

    例如为空会发生什么呢?

    youdao

  • The connection manager looks for an instance of a connection pool in the application server.

    连接管理器应用服务器查询连接实例

    youdao

  • For instance, mandating a four-sided fence around a pool can decrease risk of drowning.

    例如强制规定水池加装围栏可以减少溺水危险

    youdao

  • An HFT might, for instance, lock in a high price by submitting a large sell order to a dark pool just as the exchange price of a share begins to fall.

    例如股票交易所价格开始下跌时,高频交易者可能提交一个资金从而锁定当时的高价

    youdao

  • If the application is already using a JDBC 2.0 connection pool-enabled database, then all you need to do is configure the JNDI property for the JMS to use that JDBC instance.

    如果应用已经使用JDBC 2.0连接启用数据库那么所要的只是JMS配置jndi特性使用那个JDBC实例

    youdao

  • There are architectures that work around this such as forking a pool of processes each running an instance of Node.js. It is up to you as the developer to implement it.

    有些架构可以解决问题,比如将一个中的进程分流到每个Node.js实例上运行,但需要由开发人员实现它。

    youdao

  • There are architectures that work around this such as forking a pool of processes each running an instance of Node.js. It is up to you as the developer to implement it.

    有些架构可以解决问题,比如将一个中的进程分流到每个Node.js实例上运行,但需要由开发人员实现它。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定