[IronPython] Multi threaded engine
Jeff Hardy
jdhardy at gmail.com
Mon Jun 7 18:39:52 CEST 2010
On Mon, Jun 7, 2010 at 9:53 AM, Dino Viehland <dinov at microsoft.com> wrote:
> This is correct and is definitely the recommended way to do this. The
> only reason to separate it out into separate ScriptEngine instances is
> if you want isolation between the script engines themselves so that
> one piece of user code cannot see another piece of user code.
What do you mean be "see"? One script could potentially examine the
code of another script in the same script engine?
- Jeff
More information about the Ironpython-users
mailing list