Greg Ewing wrote: > Ian Bicking wrote: > >> So I hear there's long been the ability to make multiple interpreters at >> the C level -- but this has never been exposed at the Python >> level. > > I'm not sure it would help in this case, unless > there was no sharing of objects between the > interpreters, in which case you might as well > be running it in a separate process.
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. Regards, Martin _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com