Single-threading not considered harmful
Single-threading not considered harmful
Posted May 22, 2011 11:08 UTC (Sun) by kplcjl (guest, #75098)In reply to: Single-threading not considered harmful by kplcjl
Parent article: Scale Fail (part 1)
I misspoke, when I said "multiple concurrent times". On a single core nothing works that way. I was thinking of the OS scheduling the core's use to make it appear it is doing concurrent processing to the human onlooker as well as multiple cores doing true concurrent work.