KernelPoolName


the name of a kernel pool

DetailsDetails

  • KernelPoolName is a configuration setting that specifies the name of a kernel pool. A kernel pool is a group of Mathematica kernels that can be specially configured and is documented in the Advanced Topics: Multiple Kernel Pools section.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting for a kernel pool is shown below. This shows how the name is set.

<KernelPool>
<KernelPoolName>General</KernelPoolName>
<URLPattern>/*</URLPattern>
<KernelNumber>2</KernelNumber>
</KernelPool>