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

fix: apache mutex config for multi-process environment #117

Closed
wants to merge 2 commits into from

Conversation

theus77
Copy link
Member

@theus77 theus77 commented Nov 3, 2023

as we are mainly using PHP-FPM which one handle PHP processes in dependently, it's recommanded to explicitly activate a multi-process Mutex such as sem or file:. And as the Mutex file:${filename} is not supported on all hardware architecture (such as Apple Silicon). Other Mutex like pthread or apr are recommanded for multi-threading environments.

…dependently, it's recommanded to explicitly activate a multi-process Mutex such as `sem` or `file:`. And as the `Mutex file:${filename}` is not supported on all hardware architecture (such as Apple Silicon). Other Mutex like `pthread` or `apr` are recommanded for multi-threading environments.
@theus77 theus77 closed this Dec 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants