[Python-3000] Will we have a true restricted exec environmentfor python-3000?

Bill Janssen janssen at parc.com
Wed Apr 12 02:13:44 CEST 2006


> Well, if you were to create a hierarchy of proxy objects for "remoting"
> objects across different interpreters, you would get much better
> performance than if you used IPC. This would be similar to .NET
> AppDomains or Java Isolates.

Or you could use ILU, which works in-process...

Bill


More information about the Python-3000 mailing list