Re: multiprocessing vs. distributed processing

2009-01-16 Thread James Mills
On Fri, Jan 16, 2009 at 10:15 PM, Jesse Noller wrote: > That being said, there is no reason why you could not use it in > conjunction with something like Kamaelia, pyro, $ipc mechanism/etc. And also circuits (1). circuits has full implementations of Thread and Process components. circuits also ha

Re: multiprocessing vs. distributed processing

2009-01-16 Thread Jesse Noller
On Fri, Jan 16, 2009 at 12:52 AM, James Mills wrote: > I've noticed over the past few weeks lots of questions > asked about multi-processing (including myself). > > For those of you new to multi-processing, perhaps this > thread may help you. Some things I want to start off > with to point out are

Re: [Python-Dev] multiprocessing vs. distributed processing

2009-01-16 Thread James Mills
On Fri, Jan 16, 2009 at 6:30 PM, Matthieu Brucher wrote: > 2009/1/16 James Mills : >> I've noticed over the past few weeks lots of questions >> asked about multi-processing (including myself). > > Funny, I was going to blog about this, but not just for Python. > >> For those of you new to multi-pr

multiprocessing vs. distributed processing

2009-01-15 Thread James Mills
I've noticed over the past few weeks lots of questions asked about multi-processing (including myself). For those of you new to multi-processing, perhaps this thread may help you. Some things I want to start off with to point out are: "multiprocessing will not always help you get things done fast