====== 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: - 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. - Database backed session management. By allowing session data to be shared across connections to multiple systems, the information can be leveraged by: - [[v5:loadbalancer:index|Load Balancer]]. This standalone feature can easily be integrated into existing ADOdb code with little or no change to the code base