I am having trouble with the Python multiprocessing module. I am using the Process class to spawn a new process in order to utilize my second core. This second
Process
Have you tried flushing stdout?
import sys print "foo" sys.stdout.flush()