Skip to content
Snippets Groups Projects
  • Morris Jette's avatar
    1eb66af0
    Move slurmctld mail handler to thread · 1eb66af0
    Morris Jette authored
    Move slurmctld mail handler to separate thread for improved performance.
    Original logic did fork/exec without separate thread and if the
    slurmctld memory size is huge, then the time required for fork()
    to complete can be significant.
    bug 2252
    1eb66af0
    History
    Move slurmctld mail handler to thread
    Morris Jette authored
    Move slurmctld mail handler to separate thread for improved performance.
    Original logic did fork/exec without separate thread and if the
    slurmctld memory size is huge, then the time required for fork()
    to complete can be significant.
    bug 2252