8000 add a note to the docs in all relevant places that kernel.terminate atm requires FPM · Issue #4198 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

add a note to the docs in all relevant places that kernel.terminate atm requires FPM #4198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and 8000 contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lsmith77 opened this issue Sep 4, 2014 · 3 comments

Comments

@lsmith77
Copy link
Contributor
lsmith77 commented Sep 4, 2014

see https://twitter.com/lsmith/status/507179987708153856

@xabbuh
Copy link
Member
xabbuh commented Sep 13, 2014

I'm not sure if I completely understood the issue. Is it that the event isn't triggered at all when not using PHP FPM?

@stof
Copy link
Member
stof commented Sep 13, 2014

nope, the event is still triggers, but it blocks the response to the client, as only PHP-FPM is able to finish the request handling while continuing the PHP process to do more stuff. Other SAPIs don't provide fastcgi_finish_request

@xabbuh
Copy link
Member
xabbuh commented Sep 13, 2014
< 8A72 /h3>

@stof I see. Thanks for the clarification.

weaverryan added a commit that referenced this issue Oct 19, 2014
…rnel.terminate event (xabbuh)

This PR was merged into the 2.3 branch.

Discussion
----------

[Components][HttpKernel] outline implications of the kernel.terminate event

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4198

Commits
-------

c4f4588 outline implications of the kernel.terminate event
@xabbuh xabbuh closed this as completed Oct 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0