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

[8.x] Allow the php web server to run multiple workers #38208

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

scott-davidjones
Copy link
Contributor

This change allows users to specify the PHP_CLI_SERVER_WORKERS in their .env file.

This in turn allows the sail up command to run multiple php "threads". All in all this means ajax/guzzle requests are no longer sequential.

Does not break or change any existing functionality. Only relevant for local development.

This change allows users to specify the ```PHP_CLI_SERVER_WORKERS``` in their ```.env``` file, which in turn allows the ```sail up``` command to run multiple php "threads". All in all this means ajax/guzzle requests are no longer sequential.
@taylorotwell taylorotwell merged commit 0dae6ce into laravel:8.x Aug 3, 2021
@GrahamCampbell GrahamCampbell changed the title Allow the php web server to run multiple workers [8.x] Allow the php web server to run multiple workers Aug 3, 2021
chu121su12 pushed a commit to chu121su12/framework that referenced this pull request Aug 6, 2021
This change allows users to specify the ```PHP_CLI_SERVER_WORKERS``` in their ```.env``` file, which in turn allows the ```sail up``` command to run multiple php "threads". All in all this means ajax/guzzle requests are no longer sequential.
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