Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

KernelPool


configuration section for a particular kernel pool
  • 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.
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.
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>
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team