Re: Multiprocessing Pool and functions with many arguments

2009-05-01 Thread Aaron Brady
On Apr 29, 1:01 pm, "psaff...@googlemail.com" wrote: > I'm trying to get to grips with the multiprocessing module, having > only used ParallelPython before. > > based on this example: > > http://docs.python.org/library/multiprocessing.html#using-a-pool-of-w... > > what happens if I want my "f" to

Re: Multiprocessing Pool and functions with many arguments

2009-05-01 Thread Piet van Oostrum
> "psaff...@googlemail.com" (P) wrote: >P> I'm trying to get to grips with the multiprocessing module, having >P> only used ParallelPython before. >P> based on this example: >P> http://docs.python.org/library/multiprocessing.html#using-a-pool-of-workers >P> what happens if I want my "f" to

Re: Multiprocessing Pool and functions with many arguments

2009-04-30 Thread Jesse Noller
On Wed, Apr 29, 2009 at 2:01 PM, psaff...@googlemail.com wrote: > I'm trying to get to grips with the multiprocessing module, having > only used ParallelPython before. > > based on this example: > > http://docs.python.org/library/multiprocessing.html#using-a-pool-of-workers > > what happens if I w

Multiprocessing Pool and functions with many arguments

2009-04-29 Thread psaff...@googlemail.com
I'm trying to get to grips with the multiprocessing module, having only used ParallelPython before. based on this example: http://docs.python.org/library/multiprocessing.html#using-a-pool-of-workers what happens if I want my "f" to take more than one argument? I want to have a list of tuples of