Vikas, Thanks for the detailed info. What OS were you using for this project ?
Thanks and best regards, Vishal On Tue, Feb 8, 2011 at 2:44 PM, vikas ruhil <vikasruhi...@gmail.com> wrote: > Python GIL problem is solved you can look at here multiprocessing module > was > developed, which enables true parallel processing with Python > on a multiprocore machine, with an interface very close to that of the > threading module.Moreover, one can run a program across machines! In other > words, the multiprocessing module allowsto run several threads not only on > the different cores of one machine, but on many machines at once, in > cooperation in the same manner that threads cooperate on one machine. By > the > way, this idea is similarto something I did for Perl at IIT BOMBAY 15 dayz > ago (PerlDSM: A Distributed Shared Memory System for Perl.Proceedings of > PDPTA 2002, 63-68). We will not cover the cross-machine case here > ... _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers