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

RequestServer: Make the ThreadPool global #24897

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

alimpfard
Copy link
Member

Previously we made one thread pool per ipc client, which is excessive and can eat up all the available fds very fast.

This is a manual port of commit 18499c4eac301db7e8915284f33766ca96cdeef2 from Ladybird.

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Aug 2, 2024
Previously we made one thread pool per ipc client, which is excessive
and can eat up all the available fds very fast.

This is a manual port of commit 18499c4eac301db7e8915284f33766ca96cdeef2
from Ladybird.
@nico
Copy link
Contributor

nico commented Aug 2, 2024

Cherry-picks(ish) LadybirdBrowser/ladybird#772

@alimpfard alimpfard merged commit 0b54579 into SerenityOS:master Aug 6, 2024
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Aug 6, 2024
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