On Mon, Apr 28, 2008 at 4:19 PM, Michael Foord
<[EMAIL PROTECTED]> wrote:
> Tomas Matousek wrote:
> > [snip...]
> >
> > And if you want app-domain isolation, just do
> ScriptRuntime.Create(System.AppDomain.CreateDomain("foo")).> Does this actually work? No one has been able to post working code on > creating an IronPython engine in another app domain on the IronPython > mailing list. Actually, I seem to recall that this works fine in IronPython -- provided that you're running under FullTrust. (Which, as you pointed out, needs to be addressed.) -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
