Sturla Molden wrote:
With one interpreter per thread, and a malloc that does not let threads share memory pages (one heap per thread), Python could do the same.

Wouldn't that be more or less equivalent to running
each thread in a separate process?

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to