Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高并发程序设计(二):多进程并发模型 | 织织 #27

Open
mist-river opened this issue Mar 5, 2021 · 0 comments
Open

高并发程序设计(二):多进程并发模型 | 织织 #27

mist-river opened this issue Mar 5, 2021 · 0 comments

Comments

@mist-river
Copy link
Owner

https://zhizhi123.com/2021/03/04/high-concurrency-2/#more

本篇为高并发程序设计系列第二篇,主要内容为: 多进程并发模型 PHP多进程 一:模型简介 “进程是操作系统提供的最古老的也是最重要的抽象概念之一。即使可以利用的CPU只有一个,但它们也支持并发操作的能力。它们将一个单独的CPU变换成多个虚拟的CPU。没有进程的抽象,现代计算将不复存在。” 摘录来自: Andrews Tanenbaum. “现代操作系统(原书第3版) (计算机科学丛书)。”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant