webMathematica`

KernelPool

KernelPool

configuration section for a particular kernel pool

Details

  • KernelPool specifies the configuration to use for a new 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.

Examples

Basic Examples  (1)

A sample setting for a kernel pool is shown below. A kernel pool needs to specify at least the name of the pool and the pattern for URLs that will use this pool.

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