Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and 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

The statement about non-shared APCu data between FastCGI workers is confusing #1009

Open
andrew-demb opened this issue Jun 21, 2024 · 0 comments
Labels
feedback-needed We need feedback on this issue

Comments

@andrew-demb
Copy link

I think the statement

Note that when running PHP as a (Fast-)CGI application inside your webserver, every PHP process will have its own cache, i.e. APCu data is not shared between your worker processes

is confusing - because the most popular (Fast-)CGI implementation - php-fpm shares cache between worker processes (as of krakjoe/apcu#121).

There is a difference between using fpm and using fcgi, I should probably put in a PR to phptherightway to clear it up.

Originally posted by @andrew-demb in #299 (comment)

@Xymph Xymph added the feedback-needed We need feedback on this issue label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback-needed We need feedback on this issue
Projects
None yet
Development

No branches or pull requests

2 participants