Method for processing high-concurrency IO based on PHP
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 武汉智美互联科技有限公司
- Publication Date
- 2020-02-14
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of high concurrent IO processing, in particular to a method for processing high concurrent IO based on PHP. Background technique
[0002] High concurrency usually refers to processing many requests in parallel at the same time, which is one of the factors that must be considered in the design of distributed system architecture. When the system takes too long to respond to requests, the user experience of Internet products will be greatly reduced.
[0003] In the Internet era, high concurrency usually refers to concurrent access, that is, how many accesses come at the same time at a certain point in time. Usually, the daily PV of a system is more than 10 million, which may be a highly concurrent system.
[0004] At present, most of the concurrent IO solutions use IO multiplexing technology. Linux has long provided the select system call, which can maintain 1024 connections in one process. Later, the poll s...