When did the concept of multi-threading come into the picture (as in time frame)? The basis of any multi threading app for performance improvement is the number of cores/processors and the idea of having multiple cores/processors is relatively new thanks to intel/amd, so how was multi-threading implemented in ancient times?
When did the concept of multi-threading come into the picture (as in time frame)?
Share
Take a look at the wikipedia’s article on Concurrent Programming, especially the parts dedicated to single processor machines.