Which of the following switch is enabled in job servers by default?
-
typeOutproc
-
typeMixedproc
-
typeInproc
-
None of the above
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.