Skip to content

Use a thread pool for Server request handlers.#425

Open
ehpor wants to merge 2 commits intodevelopfrom
feature/multithreaded_server
Open

Use a thread pool for Server request handlers.#425
ehpor wants to merge 2 commits intodevelopfrom
feature/multithreaded_server

Conversation

@ehpor
Copy link
Copy Markdown
Collaborator

@ehpor ehpor commented Feb 21, 2026

This PR keeps the current default of 1 worker thread for the request handler. This is to keep current expectations of serialization for service properties / commands the same. However, the ability to use more than one thread will useful for later.

@ehpor ehpor self-assigned this Feb 21, 2026
@ehpor ehpor added the enhancement New feature or request label Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant