Multiple choice technology architecture

Which of the following switch is enabled in job servers by default?

  1. typeOutproc

  2. typeMixedproc

  3. typeInproc

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Job servers in BOE can run in three modes: typeInproc (in-process), typeOutproc (out-of-process), or typeMixedproc (mixed). The default setting is typeMixedproc, which allows the server to handle both in-process and out-of-process jobs flexibly. In-process runs faster but risks server crashes affecting jobs, while out-process is safer but slower.