Performance difference for multi-thread and multi-process

前端 未结 3 1571
不思量自难忘°
不思量自难忘° 2021-01-04 21:11

A few years ago, in the Windows environment, I did some testing, by letting multiple instances of CPU computation intensive + memory access intensive + I/O access intensive

3条回答
  •  梦毁少年i
    2021-01-04 21:46

    I'm not sure what the quote even means. It's very close to nonsense.

    The primary thing that in-proc threads share is virtual memory address space.

提交回复
热议问题