[Python-Dev] Re: Moving towards Python 3.0 (was Re: Speed up

2005-03-03 Thread Cameron Laird
functioncalls) Reply-To: [EMAIL PROTECTED] A month ago, Nathan Binkert wrote: > > Wouldn't it be nicer to have a facility that let you send messages > > between processes and manage concurrency properly instead? You'll > > need > > most of this anyway to do multithreading sanely, and the benefit

[Python-Dev] Re: Moving towards Python 3.0 (was Re: Speed up functioncalls)

2005-01-31 Thread Fredrik Lundh
Bob Ippolito wrote: > Wouldn't it be nicer to have a facility that let you send messages between > processes and manage > concurrency properly instead? You'll need most of this anyway to do > multithreading sanely, and > the benefit to the multiple process model is that you can scale to multi