Commit 01ebdc3
committed
minor #7159 [Process] Add explanation on how to make the Process survive a response (tristanbes, javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
[Process] Add explanation on how to make the Process survive a response
Fixes #7151
It clarifies the situation for users that could be tempted to use the asynchronous `Process` feature to achieve long running task after the Response is sent which won't work.
It goes from no code execution (if you send a Response really fast) to partial code execution.
Commits
-------
cdf248c add a caution block about php-fpm pool
020f1b7 Fixed some syntax issues
64de236 Add explanation how to make the Process survive a response1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
127 | 146 | | |
128 | 147 | | |
129 | 148 | | |
| |||
0 commit comments