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.

Can you use this to place restrictions on the app domain - like restrict which assemblies can be loaded and control network / filesystem access?

A working example would be a wonderful thing...

The reason I am dubious is that it seems that the code generation used by the DLR requires pretty much full trust in .NET 2, so *any* restrictions (which is usually the point of running in another app domain) blow up. I would dearly love to be proved wrong on this of course.

Michael Foord


That was easy, wasn't it?

Tomas

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lam 
(IRONRUBY)
Sent: Monday, April 28, 2008 7:05 AM
To: [email protected]
Subject: Re: [Ironruby-core] Regarding IronRuby... How true it sounds from this 
blog

Sanghyeon Seo:

It seems to be a rather good overview of the status to me. I mostly
agree, except for the accusation that "Microsoft would never back an
OSS web framework like Rails in preference to its own".

He also gets a number of important technical details wrong about IronRuby, I'll 
respond later today.

Thanks,
-John


_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to