Skip to content

issue: 4315534 Adding Threads Mode initial skeleton #390

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

Open
wants to merge 1 commit into
base: vNext
Choose a base branch
from

Conversation

AlexanderGrissik
Copy link
Collaborator

Description

Initial skeleton for spawning worker threads, create entity_contexts and related configuration.

What

See commit message

Why ?

XLIO Threads Mode

Change type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

@AlexanderGrissik AlexanderGrissik requested a review from pasis July 23, 2025 10:58
Adding worker_thread and worker_thread_manager
Adding entity_contet and entity_context_manager
Adding initial lock based job_queue for entity_context
The entity_context_manager preallocates entity_context as worker_threads number provided by configuration.
The worker_thread_manager spwans worker_threads, if requested, and assigns each worker_thread a seperate entity_context.
New parameter performance.threading.worker_threads is added to control the number of worker_threads.

Signed-off-by: Alexander Grissik <[email protected]>
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.

1 participant