I just tested a simple pthread program that creates two threads. I get similar results with it as I did with Qt. The single-threaded version runs about 10 times faster than the multi-threaded version. Does this mean there is something wrong with my system?