webMathematica > Configuration >

KernelPoolName

KernelPoolName
the name of a kernel pool
  • 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.
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>