首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到19条相似文献,搜索用时 137 毫秒
1.
基于JDBC的数据库连接池高效管理策略   总被引:13,自引:2,他引:13  
在基于JDBC的数据库应用开发中,数据库连接的管理是一个难点,因为它是决定该应用性能的一个重要因素。论文在对数据库连接进行分析的基础上,提出并实现了一个基于连接池的高效管理策略,使得开发高性能的数据库应用变得相对容易。并对于连接管理中的两个难点:事务和多线程问题进行了剖析,给出了一个基于设计模式的解决方案及其实现原型。  相似文献   

2.
一种基于JDBC的数据库连接池高效管理策略研究与实现   总被引:1,自引:0,他引:1  
在基于JDBC的数据库应用开发中,数据库连接池的管理是一个难点,因为它是决定该应用性能的一个重要因素。本文在对数据库连接进行透彻分析的基础上,提出并实现了一个高效的连接管理策略,使得开发高性能的数据库应用系统变得相对容易。特别是,对于连接管理中的两个难点:事务和多线程问题,进行了深入的剖析,并给出了一个基于设计模式的解决方案。  相似文献   

3.
基于JDBC数据库连接池技术的研究与实现   总被引:2,自引:0,他引:2  
在基于JDBC的数据库应用开发中,对应用性能影响的一个重要方面往往是数据库连接的管理。由于传统的访问数据库模式在这方面存在明显的缺陷,这就需要在实际的应用开发中重新设计一个更加合理、高效的解决方案。本文在透彻分析传统模式缺陷的基础上提出并实现一个合理、有效的策略:数据库连接池技术。运用这一技术能极大地改善数据库连接的管理效率,使得开发高性能的数据库应用成为可能。同时,本文还深入地剖析连接池管理中的几个关键技术:连接池大小的确定、事务处理、封装和连接多个数据库服务器等。最后给出一个数据库连接池的通用实现框架及其使用方法。  相似文献   

4.
数据库连接池技术在WEB系统开发中的应用   总被引:5,自引:3,他引:5  
在基于JDBC的数据库应用开发中,数据库连接的管理是决定该应用性能的一个重要因素。在对数据库连接进行分析的基础上,提出了一种合理、有效的数据库连接池的设计与实现方案。  相似文献   

5.
在基于JSP的数据库应用开发中,数据库连接是决定应用性能的一个关键因素.传统的连接方式,造成大量重复的连接操作,使系统的性能低下.为了重用这些连接,解决数据库连接的瓶颈问题,本文提出了数据库连接池技术,介绍了数据库连接池的工作原理,并给出了其应用的具体实现及其实用技术.在多层结构的JSP应用程序中,通过数据库连接池技术可以使系统的性能明显得到提高.  相似文献   

6.
王秀萍  俞彤 《福建电脑》2010,26(7):138-139
网站数据库系统开发是DreamWeaver的一项重要功能,但在实际应用中,创建数据库连接的方式非常不便,本文设计了一个数据库快速连接插件,有效解决了这一问题。  相似文献   

7.
自1991年Visual Basic出现以来,许多开发者认识到它必将成为Windows数据库开发的智能工具。现在,VB通过开放式数据连接界面已与大量不同的数据库管理系统和数据库文件相连接。如果开发一个多用户应用系统,其操作规程并不复杂。本文所述系本人在VB上开发的多用户应用系统的技术。  相似文献   

8.
数据库连接参数配置方法分析   总被引:1,自引:0,他引:1  
孙琪  李彦勤 《福建电脑》2010,26(3):166-167
本文介绍了数据库连接参数的配置方法,在开发环境中通过专用接口连接一个已存在的sqlserver数据库。文中涉及到的技术包括在开发环境和程序中连接SQLSERVER数据库、对INI文件的读取和修改操作、使用ASCII进行字符加密、字符串截取函数的综合应用。  相似文献   

9.
在基于JDBC的数据库应用开发中,数据库连接的管理是一个难点,因为它是决定该应用性能的一个重要因素.本文在对数据库连接池技术分析的基础上,提出并实现了一个基于设计模式的解决方案和部分实例.  相似文献   

10.
徐健 《福建电脑》2004,(5):71-72
在基于JDBC的数据库应用开发中,数据库连接的管理是一个难点,因为它是决定该应用性能的一个重要因素。本文在赞成使用数据库连接池的基础上针对当前国内主要使用的数据库连接池的解决方案提出疑义,并提出了一种新的数据库连接池的解决方案。但由于JBuilder和Tomcat的高度整合反而使通常的配置这种新的Tomcat数据库连接池的方法在在JBuilder开发环境下失效,本文给出了一种将两者整合的途径。  相似文献   

11.
There has been an important emergence of applications in which data arrives in an online time-varying fashion (e.g. computer network traffic, sensor data, web searches, ATM transactions) and it is not feasible to exchange or to store all the arriving data in traditional database systems to operate on it. For this kind of applications, as it is for traditional static database schemes, density estimation is a fundamental block for data analysis. A novel online approach for probability density estimation based on wavelet bases suitable for applications involving rapidly changing streaming data is presented. The proposed approach is based on a recursive formulation of the wavelet-based orthogonal estimator using a sliding window and includes an optimised procedure for reevaluating only relevant scaling and wavelet functions each time new data items arrive. The algorithm is tested and compared using both simulated and real world data.  相似文献   

12.
This paper presents a mechanism to optimize the access to a database for Java 2 Platform Enterprise Edition (J2EE) applications. This mechanism was used in the migration of a PHP application to the J2EE platform to solve the limitations found in the standard database access. The proposed mechanism is optimal for applications with complex database queries and/or a high number of them per time unit. It presents an alternative to the traditional access, which can produce a database overhead in applications with these characteristics. The proposed database access mechanism is based on the idea of sharing precompiled statements and connections between different users. When a part of the application wants to execute an SQL statement, either a new object is created representing it, or an existing one, created previously, is reused. Copyright © 2004 John Wiley & Sons, Ltd.  相似文献   

13.
A fuzzy knowledge-based system for intelligent retrieval   总被引:1,自引:0,他引:1  
For many knowledge-intensive applications, it is important to develop an environment that permits flexible modeling and fuzzy querying of complex data and knowledge including uncertainty. With such an environment, one can have intelligent retrieval of information and knowledge, which has become a critical requirement for those applications. In this paper, we introduce a fuzzy knowledge-based (FKB) system along with the model and the inference mechanism. The inference mechanism is based on the extension of the Rete algorithm to handle fuzziness using a similarity-based approach. The proposed FKB system is used in the intelligent fuzzy object-oriented database (IFOOD) environment, in which a fuzzy object-oriented database is used to handle large scale of complex data while the FKB system is used to handle knowledge of the application domain. Both the fuzzy object-oriented database system and the fuzzy knowledge-based system are based on the object-oriented concepts to eliminate data type mismatches. The aim of this paper is mainly to introduce the FKB system of the IFOOD environment.  相似文献   

14.
对数据建模技术进行了拓展,构建了基于XML技术的多源多分辨率数据模型(XMM).有效地访问多源数据只需进行归一化转换,而且支持多分辨率数据分析。进一步地从具体的应用中抽象出适用于动态处理的框架,在此基础上实现了基于XMM的原型系统。它允许应用程序在运行时动态扩展,使其一方面能够独立于应用程序.维护其自身的稳定性,另一方面又能够和应用程序有机地结合在一起。  相似文献   

15.
A multitenant database cluster is a data-storage subsystem for applications with multiclient architecture. Essentially, it may be regarded as an additional level of abstraction beyond the set of regular servers in relational databases. This approach permits effective operation in multiclient applications. Various management strategies for client data in a multitenant database cluster are compared. Simple strategies may be based on the client-base structure of the applications, while more complex strategies are based on special metrics. The comparison of the management strategies relies on simulation of the cluster. On the basis of experimental results, conclusions are formulated regarding the best data-management strategy.  相似文献   

16.
Research in the area of parallel evaluation mechanisms for logic programs have led to the proposal of a number of schemes exploiting various forms of parallelism. Many of the early models have been based on the conventional approach of organising concurrent components of computations as communicating processes. More recently, however, models based on more novel computation organisations, in particular, data-driven organisations, have been proposed. This paper describes the development of one such model, its implementation and the design of a data-driven machine to support it. The model exploits a form of parallelism known as OR-parallelism and is particularly suited to database applications, although it would also support general applications. It is envisaged that the proposed machine may be refined into an efficient database engine, which can then be a component of a more powerful and integrated logic programming machine.  相似文献   

17.
适合地图数据库应用的可扩充数据模型研究   总被引:6,自引:0,他引:6  
数据库地理信息系统(GIS)的基础。复杂的GIS应用要求它对用户定义的数据类型和操作具有扩充能力。该文针对用于GIS的可扩充数据模型存在的问题。构造了一个适合地图数据库应用的可扩充数据模型。它以嵌套关系模型为基础。引入高阶算子定义操作。这些算子不但增强了代数操作的能力,而且利用它们能方便地扩充用户定义的几何操作、地图量算和几何变换。该模型具有较强的扩充能力,可以作主设计可扩充地图数据库系统的基础。  相似文献   

18.
本文设计了智能化作业系统的工作模型及其层次结构:采用学习者需求驱动模式,并采用四层模型层次结构来实现,数据层、网络服务层和用户类型表现层和个性化表现层;本系统的数据库设计应用了基于关系数据库的面向对象理论,方便了信息的获得,同时提高了系统的可扩展性。  相似文献   

19.
本文设计了智能化作业系统的工作模型及其层次结构:采用学习者需求驱动模式,并采用四层模型层次结构来实现,数据层、网络服务层和用户类型表现层和个性化表现层;本系统的数据库设计应用了基于关系数据库的面向对象理论,方便了信息的获得,同时提高了系统的可扩展性。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号