Why was the comment that said "Don't format a floppy at the same time" funny when talking about threads and processes?

MultithreadingProcessOperating SystemFormat

Multithreading Problem Overview


I was reading up the difference between Thread and Processes and came across the comment left by users in the second answer which stated

> As so long as you don't format a floppy at the same time.

It has 27 upvotes but no one has explained the reason behind it .

I would like to know what the commentor means when he said the above comment ??

Can someone suggest a more meaningful question name which reflects what the question is asking

Multithreading Solutions


Solution 1 - Multithreading

In the early days of Windows, a floppy could be crashed when the formatting process was interrupted because of the floppy disk itself was still moving. So, if the 'multitasking operating system' Windows really executes a different time consuming task, you had to throw away your floppy. So the funny thing is, that Microsoft called that mess a 'multitasking operation system'.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionComputernerdView Question on Stackoverflow
Solution 1 - MultithreadingDieter MeemkenView Answer on Stackoverflow