webMathematica > Configuration >

KernelAcquireLimit

KernelAcquireLimit
the number of requests a kernel can serve
  • KernelAcquireLimit is a configuration setting that sets the number of requests a kernel can serve. After this limit is reached, the kernel is shut down and a new one is started.
A sample setting is shown below. This means that the kernel will be restarted every 100 times it is used.
<KernelAcquireLimit>
100
</KernelAcquireLimit>