Connection Pool for Delphi 1.4

Connection Pool provides developers a way to cache connections to databases

Download Connection Pool for Delphi 1.4 (ConnectionPool.exe) [ConnectionPoolforDelphi, 865KB]

A connection pool is a cache of open connections that can be used and reused, thus cutting down on the overhead of creating and destroying database connections.

Connection Pool for Delphi 1.4 Description:

Connection Pool for Delphi - A connection pool is a cache of open connections that can be used and reused, thus cutting down on the overhead of creating and destroying database connections. Connection pooling is a method for conserving scarce database resources by managing a pool of connections among concurrently active clients. Connection Pool provides developers a way to easily cache open connections to databases. This is useful in server environments since opening database connections can be slow. Why you need a connection pool? As example: a dynamic web site generates HTML pages from information stored in a database. Each request for a page results in a database access. But connecting to a database is a time consuming activity since the database must allocate communication and memory resources as well as authenticate the user and set up the corresponding security context. The exact time varies, of course, but it is not unusual to see connection times of one or two seconds. Establishing the connection once and then use the same connection for subsequent requests can therefore dramatically improve the performance of a database driven web application. You simple call GetConnection to obtain a connection. When you call FreeConnection on the connection, that connection is returned back to the pool, but the connection to the database is kept open. Connection Pool for Delphi Advantages Supported all delphi database engines: Borland Database Engine (BDE), ADO, IB, dbExpress The maximum number of connections for the pool to create (Connection pool dynamically sizes to meet spikes in demand) Simplicity of use; Connection pool is really thread-safe; Native VCL code. Borland Delphi 5-6-7 supported Some third-party database engines is supported: KeyDB database engine Direct Oracle Access .


Free Download Connection Pool for Delphi 1.4 now!
SDMSoftPublisher:
Shareware, $27.00 to buy Licence:
WindowsOS:
ConnectionPool.exe - 865KBFile-Size:
August 18, 2003 Date Added:
Minor UpdateConnection Pool for Delphi Release status:

Connection Pool for Delphi 1.4 Tags:
connection pool multithread

Connection Pool for Delphi 1.4 system requirements:
Delphi 5,6,7

Audio & Multimedia
Business
Communications
Desktop
Development
Active X
Basic, VB, VB DotNet
C / C++ / C#
Compilers & Interpreters
Components & Libraries
Debugging
Delphi
Help Tools
Install & Setup
Other
Source Editors
Education
Games & Entertainment
Graphic Apps
Home & Hobby
Network & Internet
Security & Privacy
Servers
System Utilities
Web Development