What is the underlying language of nginx?

(*-*)浩
Release: 2019-11-01 09:57:35
Original
4587 people have browsed it

Nginx code is written entirely from scratch in C and has been ported to many architectures and operating systems, including: Linux, FreeBSD, Solaris, Mac OS X, AIX, and Microsoft Windows.

What is the underlying language of nginx?

Nginx has its own function library, and in addition to zlib, PCRE and OpenSSL, the standard module only uses system C Library Functions. Furthermore, these third-party libraries may not be used if they are not needed or if potential licensing conflicts are considered. (Recommended learning: nginx tutorial)

Server

Nginx as a load balancing service: Nginx can directly support Rails and PHP programs internally and externally To provide services, it can also support external services as an HTTP proxy service. Nginx is written in C, and its system resource overhead and CPU usage efficiency are much better than Perlbal.

Handle static files, index files, and automatic indexing; turn on file descriptor buffering.

Cacheless reverse proxy acceleration, simple load balancing and fault tolerance.

FastCGI, simple load balancing and fault tolerance.

Modular structure. Including filters such as gzipping, byte ranges, chunked responses, and SSI-filter. If multiple SSIs present in a single page are processed by FastCG or another proxy server, this processing can run in parallel without waiting for each other.

Supports SSL and TLSSNI.

The above is the detailed content of What is the underlying language of nginx?. For more information, please follow other related articles on the PHP Chinese website!

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!