Skip to content

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