ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:conmanager:index

ADODb Connection Manager

Introduction

ADOdb Connection Manager is a linked suite of tools in ADOdb that provide a simplified method of performance enhancement for small to medium sites without the complexity of technologies such as clustering. The suite currently comprises 3 tools:

  1. Cached queries: Using the cacheExecute methods to maximize the ability of the system to re-use oft-used queries, in particular by use of the memcached system.
  2. Database backed session management. By allowing session data to be shared across connections to multiple systems, the information can be leveraged by:
  3. Load Balancer. This standalone feature can easily be integrated into existing ADOdb code with little or no change to the code base
v5/conmanager/index.txt · Last modified: 2016/05/30 01:31 by mnewnham