-
Notifications
You must be signed in to change notification settings - Fork 425
feat: multiple workers with same file #1856
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
Conversation
alexandre-daubois
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm 👍 on this feature. Can be useful, especially given the diff to implement it! The docs should be updated as well I guess?
|
LGTM. Could you just add some docs? |
|
Yeah, will do 👍 , got some time tomorrow on the train |
….com/dunglas/frankenphp into feat/multiple-workers-with-same-path
|
Added some docs. I wonder if splitting the thread pool could also be done automatically. |
|
Thanks! |
* Allow multiple workers with the same file. * Fix formatting of duplicate filename check * Adds docs. * suggestions by @alexandre-daubois. * Update performance.md --------- Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
This PR allows having multiple workers with the same entrypoint (if they match a path)
This allows splitting the worker pool, which can be useful in cases like #1796.