running a program on many processors

Processor-Dev1l processor.dev1l at gmail.com
Mon Mar 8 04:26:58 EST 2010


On Mar 8, 1:18 am, Paweł Banyś <moc.li... at synabp.reverse_the_string>
wrote:
> Hello,
>
> I have already read about Python and multiprocessing which allows using
> many processors. The idea is to split a program into separate tasks and
> run each of them on a separate processor. However I want to run a Python
> program doing a single simple task on many processors so that their
> cumulative power is available to the program as if there was one huge
> CPU instead of many separate ones. Is it possible? How can it be achieved?
>
> Best regards,
>
> Paweł

I can suggest you to try some .NET language (like c#, Boo <-- python-
like, or maybe even IronPython). Reason is that .NET languages do
analyze the code and split them into logical parts that run across
threads.



More information about the Python-list mailing list