apdqc.admin.inc |
apdqc.admin.inc |
|
Admin page callbacks for the apdqc module. |
apdqc.cache.inc |
apdqc.cache.inc |
|
Extends Drupal's default database cache so async queries happen. |
apdqc.drush.inc |
apdqc.drush.inc |
|
Drush integration for APDQC module. |
apdqc.info |
apdqc.info |
|
name = Asynchronous Prefetch Database Query Cache
description = APDQC. A pretty darn quick cache. Uses asynchronous connections & prefetching to speed up cache calls.
package = Performance and scalability
core = 7.x
php = 5.3
files[] =… |
apdqc.install |
apdqc.install |
|
Handles APDQC installation and status checks. |
apdqc.lock.apc.inc |
apdqc.lock.apc.inc |
|
An APC based implementation of a locking mechanism. |
apdqc.lock.db.inc |
apdqc.lock.db.inc |
|
A database-mediated implementation of a locking mechanism. |
apdqc.lock.inc |
apdqc.lock.inc |
|
A database-mediated implementation of a locking mechanism. |
apdqc.lock.memcache.inc |
apdqc.lock.memcache.inc |
|
A memcache based implementation of a locking mechanism. |
apdqc.lock.memcache_storage.inc |
apdqc.lock.memcache_storage.inc |
|
A memcached based implementation of a locking mechanism. |
apdqc.lock.redis.inc |
apdqc.lock.redis.inc |
|
Drupal core lock.inc replacement. |
apdqc.log.inc |
apdqc.log.inc |
|
Creates a fake db statement for devel query logging. |
apdqc.module |
apdqc.module |
|
Asynchronous Prefetch Database Query Cache module. |
apdqc.mysql.inc |
apdqc.mysql.inc |
|
APDQC Database interface code for MySQL database servers. |
apdqc.session.inc |
apdqc.session.inc |
|
User session handling functions. |
apdqc.test |
apdqc.test |
|
Tests for the Asynchronous Prefetch Database Query Cache module. |
README.txt |
README.txt |
|
------------------------------------------
Asynchronous Prefetch Database Query Cache
------------------------------------------
CONTENTS OF THIS FILE
---------------------
- Requirements
- Installation
- Features & benefits
-… |