On 12/09/2010 10:54 AM, Astan Chee wrote: > Hi, > I've got a python script that calls a function many times with various > arguments and returns a result. What I'm trying to do is run this > function each on different processors and compile the result at the > end based on the function result. The script looks something like > this: > > You could look at the multiprocessing module of pythonhttp://docs.python.org/library/multiprocessing.html -- http://mail.python.org/mailman/listinfo/python-list
- Re: run a function in another processor in python geremy condra
- Re: run a function in another processor in python Peter Otten
- Re: run a function in another processor in pyth... Astan Chee
- Re: run a function in another processor in ... geremy condra
- Re: run a function in another processo... Astan Chee
- Re: run a function in another proc... Peter Otten
- Re: run a function in another processor in ... Peter Otten
- Re: run a function in another processor in python News123