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

WIP. Global thread pool #4150

Merged
merged 18 commits into from
Jan 28, 2019
Merged

WIP. Global thread pool #4150

merged 18 commits into from
Jan 28, 2019

Conversation

alexey-milovidov
Copy link
Member

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Improvement

Short description (up to few sentences):
Server reuse threads from global thread pool. This affects performance in some corner cases.

}
};

std::priority_queue<JobWithPriority> jobs;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use a shared-work strategy ThreadPool?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Answered in Telegram.

@alexey-milovidov alexey-milovidov merged commit dc34eda into master Jan 28, 2019
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