|
[Date Index]
[Thread Index]
[Author Index]
Re: running multiple mathkernel's
- To: mathgroup at smc.vnet.net
- Subject: [mg90652] Re: running multiple mathkernel's
- From: David Bailey <dave at Remove_Thisdbailey.co.uk>
- Date: Fri, 18 Jul 2008 04:00:12 -0400 (EDT)
- References: <g4vjkb$9c3$1@smc.vnet.net> <g54oh9$esa$1@smc.vnet.net> <g57ar2$89o$1@smc.vnet.net>
Bob F wrote:
> What advantage is there to having two notebooks run sequentially with
> one MathKernel? Is there a disadvantage to having two MathKernel's run
> the two notebooks?
>
Often the two notebooks contain code which is required to operate
together - in which case the default use of a single kernel is ideal.
To be explicit, with the default configuration, if you define a function
foo in notebook A, and execute the definition, you can then run code
from notebook B that uses foo. It is also possible for individual
notebooks to use their own context (in 6.0) but I am talking about the
default case.
This may be totally obvious to you, but I have encountered people who do
not realise this, and the modern form of documentation does not help IMHO.
David Bailey
http://www.dbaileyconsultancy.co.uk
Prev by Date:
simplifying definite vs indefinite integrals
Next by Date:
Save as PDF with color
Previous by thread:
Re: running multiple mathkernel's
Next by thread:
Re: running multiple mathkernel's
|