APC Queue
Component ID
1116756
Component name
APC Queue
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
2839
Component created
Component changed
Component body
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
