On Mar 8, 1:18 am, Paweł Banyś <moc.li...@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. -- http://mail.python.org/mailman/listinfo/python-list