2009/1/29 Brian Kelley <kelley at eyesopen.com> > > If you happen to be using python 2.6, multiprocessing is your friend. > > http://docs.python.org/dev/library/multiprocessing.html Just to note that you can also use multiprocessing under python 2.5: http://code.google.com/p/python-multiprocessing/ Regards, Umit