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

Integrate h2 workers into core MPM infrastructure #71

Open
icing opened this issue Dec 15, 2015 · 0 comments
Open

Integrate h2 workers into core MPM infrastructure #71

icing opened this issue Dec 15, 2015 · 0 comments

Comments

@icing
Copy link
Owner

icing commented Dec 15, 2015

Current Status

The threads processing individual http2 streams are kept in a separate worker pool. This excludes them from the common Apache MPM infrastructure. Configurational parameters, such as MaxThreadsPerChild do not apply to them. They do not show up on the scoreboard (see also issue #23).

Proposal

Make htttp2 workers part of the Apache MPM infrastructure by using threads managed by MPM. This requires modifications of the MPM itself, and very likely impact the specific MPM modules such as event, worker, prefork and others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant