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