Home  >  Article  >  Backend Development  >  进程数、线程数、连接数求解释

进程数、线程数、连接数求解释

WBOY
WBOYOriginal
2016-06-06 20:48:521743browse

最近在编译安装Nginx、PHP、Mysql时,总是碰到一些概念性的词,就是进程数、线程数、连接数,之前也查阅过相关文档,不是很明白,特到此求一通俗解释,谢过...

回复内容:

最近在编译安装Nginx、PHP、Mysql时,总是碰到一些概念性的词,就是进程数、线程数、连接数,之前也查阅过相关文档,不是很明白,特到此求一通俗解释,谢过...

进程、线程、TCP连接。

在你的场景下简单地说,一个进程就是一组工人,他们之间共享各种资源。一个线程就是一名工人。连接就是工人和客户或者其它工人通信的线路。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn