Re: [Tutor] about multiprocessing performance

2014-12-15 Thread Luis San Martin
I made a silly mistake as Jerry points its working above the same performance. Kind regards On Fri, Dec 12, 2014 at 8:27 PM, Alan Gauld wrote: > On 12/12/14 14:20, Luis San Martin wrote: >> >> Dear fellows, >> >> I'm learning about on multiprocessing module on python. So far I've >> enjoyed >> i

Re: [Tutor] about multiprocessing performance

2014-12-12 Thread Alan Gauld
On 12/12/14 14:20, Luis San Martin wrote: Dear fellows, I'm learning about on multiprocessing module on python. So far I've enjoyed it though regarding performance I got some doubts. There is not that much difference[0] when running it on Mac OS X on the contrary to Linux. They are both Unix b

Re: [Tutor] about multiprocessing performance

2014-12-12 Thread Jerry Hill
On Fri, Dec 12, 2014 at 9:20 AM, Luis San Martin wrote: > I'm learning about on multiprocessing module on python. So far I've enjoyed > it though regarding performance I got some doubts. There is not that much > difference[0] when running it on Mac OS X on the contrary to Linux. > > [0] http://cod

[Tutor] about multiprocessing performance

2014-12-12 Thread Luis San Martin
Dear fellows, I'm learning about on multiprocessing module on python. So far I've enjoyed it though regarding performance I got some doubts. There is not that much difference[0] when running it on Mac OS X on the contrary to Linux. [0] http://codepad.org/lNDHNhof Kind regards ___