[Python-Dev] multiprocessing vs. distributed processing

2009-01-16 Thread Matthieu Brucher
(Sorry for the double send...) 2009/1/16 James Mills prolo...@shortcircuit.net.au: 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-processing,

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

2009-01-16 Thread Nick Coghlan
James Mills wrote: I've noticed over the past few weeks lots of questions asked about multi-processing (including myself). While these are fair points, did you perhaps mean to send this to python-list rather than python-dev? Cheers, Nick. For those of you new to multi-processing, perhaps

[Python-Dev] 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