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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:48:52
Original
1822 people have browsed it

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

回复内容:

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

进程、线程、TCP连接。

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

Related labels:
source:php.cn
Statement of this Website
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
Latest Issues
Error restarting nginx
From 1970-01-01 08:00:00
0
0
0
server - Nginx configuration webapp problem
From 1970-01-01 08:00:00
0
0
0
Nginx default.conf problem
From 1970-01-01 08:00:00
0
0
0
centos7 - NGINX exception occurs
From 1970-01-01 08:00:00
0
0
0
nginx load balancing
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template