Database Connection

14,000,000 Leading Edge Experts on the ideXlab platform

Scan Science and Technology

Contact Leading Edge Experts & Companies

Scan Science and Technology

Contact Leading Edge Experts & Companies

The Experts below are selected from a list of 21717 Experts worldwide ranked by ideXlab platform

Li Junli - One of the best experts on this subject based on the ideXlab platform.

  • Study of Database Connection Pool in LBS Platform
    Computer Engineering, 2006
    Co-Authors: Li Junli
    Abstract:

    In order to satisfy the demands of multi-clients’ concurrent Database access to acquire location-based information, the key technology of Database Connection pool is analyzed on the basis of the architecture of LBS. The design and implementation of Database Connection pool are done through an instance of vehicle positioning platform, which proves the efficiency of this method.

Huo Zhan-qian - One of the best experts on this subject based on the ideXlab platform.

  • Mathematical Modeling and Performance Analysis of Database Connection Pool
    Computer Engineering, 2014
    Co-Authors: Huo Zhan-qian
    Abstract:

    In order to configure the system parameters of Database Connection pool effectively,a Geom/Geom/c/c discrete-time queuing model with multi-server is built according to the operation mechanism of its manage process and the thought of discrete-time queuing theory.It uses the embedded Markov chain method,and the matrix of transition probability and matching recursive relations of the stationary queue length are given.The mathematical expressions of system performance measures are derived by the theoretical analysis results of the model,such as request blocking probability,average number of Connections,system utilization,and system throughput,etc.Experiments are intuitively given to prove the dependencies between Database Connection pool performance index and system configuration parameters.

Luo Rong - One of the best experts on this subject based on the ideXlab platform.

  • Design and Realization for JDBC-based Database Connection-pool
    Computer Engineering, 2004
    Co-Authors: Luo Rong
    Abstract:

    We come out an important thinking of management of Database Connection according to the problems we meet in the development of JDBC-based dynamic web system. This paper design and realize a high-performance strategy for the Connection management based on the thorough analysis. Especially, give a deeper discuss on the transaction processing and multi-Database servers. Finally, we realize and testify the Connection-pool in our project. The result is satisfactory.

Yuexia Zhao - One of the best experts on this subject based on the ideXlab platform.

  • Analysis on Database Connection Mechanism of WEB Application System in Dreamweaver
    2010 International Conference on Internet Technology and Applications, 2010
    Co-Authors: Jianming Yang, Zhaotong Zhang, Yuexia Zhao
    Abstract:

    Dreamweaver has powerful Database access functions, using windows operating without coding can operate Database. Existing literatures only describe sequential steps, but, the network Database Connection mechanism and the steps corresponding to program code in WEB system are not further expounded. This paper analyzes Database Connection mechanism of WEB application system based on three-tier architecture, and the corresponding relationship between main steps and auto-generated code using windows operating to achieve Database access in the Dreamweaver development environment, and then discusses two more complex issues associated with Database Connection in WEB application systems development--- principle and realization of transaction processing and Database Connection pool technology.

Xu Hong-qin - One of the best experts on this subject based on the ideXlab platform.

  • How to Implement Database Connection in Visual Basic 6.0 Environment
    Computer Simulation, 2004
    Co-Authors: Xu Hong-qin
    Abstract:

    The first task in Database programming is to establish a Database Connection rapidly and easily to realize the goal of data exchange. This paper first gives an introduction to the method of making a Database Connection from the VB6.0's built-in Data Control, and its limitations. Then, taking Microsoft Access 2000 and Microsoft SQL Server as examples, three different methods of establishing Connections in VB 6.0 to different types of Databases are discussed in detail. The first method utilizes ActiveX Control (ADO Data Control) to establish fast Database Connection at Window design time. The second method introduces how to establish dynamic Database Connection using ADO Object Model at program design time. The last method discusses the simplest and fastest way of making Database Connection using VB DataWindow. This paper is intended to provide a certain level of applicability and practicability.