Thomas Heller wrote:
So, when all modules are changed to properly support multiple interpreters,
it may be possible to implement a module combining the benefits of
both threading and multiprocessing - moving computation to a separate
interpreter (with its own GIL) without the need to marshal data
across processes?
If each interpreter has its own GIL, then it can't share
*any* Python objects with other interpreters, so marshalling
would still be needed for Python data.
--
Greg
_______________________________________________
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