I have to state again that running two threads on a single core processor CAN be faster that running one thread. I have a program that definitely works that way (no Hyperthreading) and my roommate's ...
Python's "multiprocessing" module feels like threads, but actually launches processes. Many people, when they start to work with Python, are excited to hear that the language supports threading. And, ...