Re: looking for a fastest parallel approach for quick executing of lots small routines

2007-03-19 Thread dmitrey
I forgot to add: first of all I need sinchronious parallel calculations, not asinchronious D. -- http://mail.python.org/mailman/listinfo/python-list

looking for a fastest parallel approach for quick executing of lots small routines

2007-03-19 Thread dmitrey
hi all, I'm looking for a way to execute a number (from 2 to thouzands, usually small) of python functions as quikly as it's possible. There seems to be lots of solutions, for example mentioned at http://www.cimec.org.ar/python/ , but first of all it would be very nice if the module is included in