background_batch.admin.inc |
background_batch/background_batch.admin.inc |
|
Pages for background batch. |
background_batch.info |
background_batch/background_batch.info |
|
name = Background Batch
description = Adds background processing to Drupals batch API
core = 7.x
php = 5.0
dependencies[] = background_process |
background_batch.install |
background_batch/background_batch.install |
|
This is the installation file for the Background Batch submodule |
background_batch.module |
background_batch/background_batch.module |
|
This module adds background processing to Drupals batch API |
background_batch.pages.inc |
background_batch/background_batch.pages.inc |
|
Pages for background batch. |
background_process.admin.inc |
background_process.admin.inc |
|
|
background_process.bootstrap.php |
background_process.bootstrap.php |
|
|
background_process.dispatchers.inc |
background_process.dispatchers.inc |
|
|
background_process.drush.inc |
background_process.drush.inc |
|
Drush sql commands |
background_process.http.inc |
background_process.http.inc |
|
This contains the HTTP functions for Background Process. |
background_process.inc |
background_process.inc |
|
External API short overview |
background_process.info |
background_process.info |
|
name = Background Process
description = Provides framework for running code in the background
core = 7.x
php = 5.0
configure = admin/config/system/background-process |
background_process.install |
background_process.install |
|
This is the installation file for the Background Process module |
background_process.module |
background_process.module |
|
|
background_process.pages.inc |
background_process.pages.inc |
|
@TODO is this file neccessary? |
background_process_ass.admin.inc |
background_process_ass/background_process_ass.admin.inc |
|
|
background_process_ass.info |
background_process_ass/background_process_ass.info |
|
name = Background Process Apache server status
description = Automatically unlocks dead processes using Apache server status
core = 7.x
dependencies[] = background_process |
background_process_ass.module |
background_process_ass/background_process_ass.module |
|
@todo Implement admin interface.
@todo Fix runtime check of running process. |