Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "The Computer Chronicles"
channel.
-
46
-
44
-
37
-
36
-
34
-
25
-
23
-
22
-
19
-
18
-
14
-
14
-
14
-
12
-
10
-
10
-
10
-
9
-
9
-
9
-
8
-
8
-
8
-
8
-
8
-
8
-
8
-
8
-
7
-
7
-
7
-
6
-
6
-
6
-
6
-
6
-
6
-
6
-
6
-
5
-
5
-
5
-
5
-
5
-
5
-
10:35 One important difference, which still remains true to this day, is that on Unix and Linux systems, process creation is carefully designed to be a very low-overhead operation. Thus, a shell script can spawn any number of processes to implement the stages of a pipeline, run concurrent background tasks etc, and do so quickly and easily. Whereas on other common systems, including Windows, process creation remains expensive and complicated. Thus, when software originally developed on Linux is ported to Windows, it tends to work less well and less reliably for this among other reasons.
Even the Mac, supposedly a Unix system, has had performance issues with multitasking.
5
-
5
-
5
-
5
-
5