Store spooled data
This commit is contained in:
parent
c5d571287c
commit
6845775ff9
3 changed files with 9 additions and 3 deletions
|
@ -14,8 +14,10 @@ function worker_init($a){
|
|||
return;
|
||||
}
|
||||
|
||||
// We don't need the following lines if we can execute background jobs
|
||||
// We don't need the following lines if we can execute background jobs.
|
||||
// So we just wake up the worker if it sleeps.
|
||||
if (function_exists("proc_open")) {
|
||||
call_worker_if_idle();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue