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

高并发程序设计(一) | 织织 #25

Open
mist-river opened this issue Feb 25, 2021 · 0 comments
Open

高并发程序设计(一) | 织织 #25

mist-river opened this issue Feb 25, 2021 · 0 comments

Comments

@mist-river
Copy link
Owner

https://zhizhi123.com/2021/02/24/high-concurrency-1/#more

本篇为高并发程序设计第一篇,主要内容为: 高并发程序设计相关概念 高并发与高吞吐率讨论 一:基本概念1.并发与并行并发(concurrency): 逻辑上具备同时处理多个任务的能力 并行(parallesim): 物理上在同一时刻执行多个并发任务 我们通常会说程序是并发设计的,也就是说它允许多个任务同时执行,但实际上并不一定真在同一时刻发生。在单核处理器上,它们能以间隔方式切换执行。而并行

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