[IronPython] Multi threaded engine

Jeff Hardy jdhardy at gmail.com
Mon Jun 7 23:49:57 CEST 2010


On Mon, Jun 7, 2010 at 3:16 PM, Dino Viehland <dinov at microsoft.com> wrote:
> For example you could import sys, publish an attribute on it, and another
> script could read it.  Or you could go in and change "min" or "max" in
> __builtin__.  Or you could go and mutate some read/write static field in
> the .NET framework.  Basically while everything is thread safe there's
> no level of isolation between the scripts.  It's probably nothing to be
> too concerned about I thought I'd mention it for completeness.

Ah, got it - IIS isolates scripts using AppDomains anyway, so it
shouldn't be a concern for me.

- Jeff



More information about the Ironpython-users mailing list