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

Allow HPC-GAP to run as a forkable server process. #3715

Merged
merged 1 commit into from
Nov 6, 2019

Commits on Nov 4, 2019

  1. Allow HPC-GAP to run as a forkable server process.

    This commit includes the following changes:
    
    1. The Boehm GC is configured to properly handle fork().
    2. The new --single-thread command line option now starts HPC-GAP up in
       single-threaded mode without any other threads running. This option
       implies -S (as the thread UI requires threads).
    3. Normally, signals are handled by a separate thread; this is now being
       done in the function `InstallHPCGAPSignalHandling`. If started with
       --single-thread, this function needs to be called explicitly in order
       to enable proper handling of SIGINT etc.
    rbehrends committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    2d354dd View commit details
    Browse the repository at this point in the history