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

Ctx can now be provided a thread factory #942

Merged
merged 1 commit into from
Jan 22, 2023

Commits on Jan 22, 2023

  1. Ctx can now be provided a thread factory, that can used to tweaks thr…

    …eads.
    
    The main purpose of this is to be able to bind thread to CPU using external
    libraries like https://github.com/OpenHFT/Java-Thread-Affinity.
    
    Also adding a check that prevent modifications of some settings once they
    have been used by Ctx initialisation.
    fbacchella committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7ebc60e View commit details
    Browse the repository at this point in the history