webMathematica`

KernelAcquireCode

KernelAcquireCode

Mathematica code to run when a kernel is acquired

Details

  • KernelAcquireCode is a configuration setting giving Mathematica code that runs when a kernel is acquired by the server to start a new computation.

Examples

Basic Examples  (1)

A sample setting is shown below.

<KernelAcquireCode>
MyApplication`SetupPage[]
</KernelAcquireCode>