代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/112162/6150770
c apr_buckets_pool.c
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserve
www.eeworm.com/read/478645/6712029
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/263024/11379721
c usb-ohci-pool.c
/*
* linux/drivers/usb/usb-ohci-pool.c
* BRIEF MODULE DESCRIPTION
* PCI pool primitives for usage with non-PCI OHCI controllers.
*
* Copyright 2003 MontaVista Software Inc.
* Author: MontaVista
www.eeworm.com/read/400144/11582240
h mfc_inst_pool.h
#ifndef __SAMSUNG_SYSLSI_APDEV_MFC_INST_POOL_H__
#define __SAMSUNG_SYSLSI_APDEV_MFC_INST_POOL_H__
#ifdef __cplusplus
extern "C" {
#endif
int MfcInstPool_NumAvail(void);
int MfcInstPool
www.eeworm.com/read/400144/11582250
c mfc_inst_pool.c
/*
* Project Name MFC DRIVER
* Copyright (c) Samsung Electronics
* All right reserved.
*
* This software is the confidential and proprietary information
* of Samsung Electronics ("Confid
www.eeworm.com/read/262463/11588380
ctl configure pool of symbols.ctl
www.eeworm.com/read/262463/11588385
ctl pool of modulator control.ctl
www.eeworm.com/read/261618/11634611
jar commons-pool-1.2.jar
www.eeworm.com/read/261494/11641742
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/346274/11757276