Multi-component security isolation concurrent processing method
A technology of security isolation and processing method, applied in the field of security isolation and information exchange of computer network information systems, can solve problems such as low efficiency, and achieve the effects of reducing consumption, improving processing efficiency, and reducing impact
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment Construction
[0012] The present invention is described in further detail below:
[0013] A multi-component security isolation concurrent processing method, the method comprising:
[0014] 1) Support a process to open a large number of socket descriptors (FD)
[0015] The FDs that can be opened by a single process are limited when using select technology, usually 1024 or 2048, which is obviously not enough for those application services that need to support tens of thousands of connections. There are two ways to break through this limitation: one is to modify the kernel parameters and recompile the kernel; the other is to choose multi-process programming. The first method will increase the select traversal space and reduce the query efficiency. The second method will inevitably bring additional overhead such as creating processes, inter-process communication, and synchronization, and there are also shortcomings. The method of the present invention does not have this restriction, and the F...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More