This project is not covered by Drupal’s security advisory policy.
Implements the DrupalQueue API with the APC cache.
Requirements: the APC extension for PHP and the Key-value Queue module.
This module provides a significant performance boost over SystemQueue (the default Queue implementation), but the cost is:
- the order of the items in the queue might change
- when restarting the server, everything in the queue will be lost
- if there are too many items in the queue, some or all might disappear
This module is sponsored by Pronovix
Project information
- Created by tamasd on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.