Ultra-high Performance Web server Hetao updated to v0.7.0 (3 times times faster than Nginx). The update reads as follows:
0.7.0 2016-09-10 Calvin
* Support switching to other user identities after startup
* Fixed a fatal problem with fasterhttp
* Modified makefile and related files to support direct compilation and installation to the system directory
* New Profile Checker tool Hetaocheck
———————— Update History ————————
0.6.0 2016-09-07 Calvin
* Whether the compression option is increased in the flow type configuration MimeType compress_enable
* Increase the maximum cache file size in the limit configuration limits Max_file_cache
* HTTP vs. HTTPS when reverse proxy is supported
0.5.0 incompatible with 0.6.0 configuration file format * * *
0.5.0 2016-09-06 Calvin
* Join rewrite support
0.4.0 incompatible with 0.5.0 configuration file format * * *
0.4.0 2016-09-03 Calvin
* Adjust the Listening-virtual host-reverse proxy relationship in the configuration file, and adjust the code schema synchronously
0.3.0 incompatible with 0.4.0 configuration file format * * *
0.3.0 2016-09-01 Calvin
* Join HTTPS support
0.2.0 2016-08-27 Calvin
* Add reverse proxy load balancing function
----------------------------------------------------
Hetao is a Chinese original developed open source C language implementation of the support of high concurrency, ultra-high-performance Web server, using high-performance HTTP parser fasterhttp as its resolution core.
The Hetao performance is about 3 times times faster than Nginx when opening keep-alive and gzip compression.
Hetao Features:
* Support http/1.0, http/1.1
* Support Communication Timeout control
* Supports multiple listening ports
* Support multi-virtual host (domain-based)
* Support Custom error page
* Support custom Default index file
* Support Adaptive Keep-alive
* Supports adaptive gzip, deflate compression
* Support worker process bound CPU
* After the support worker process crashes, the management process automatically restarts the worker process
* Support Graceful Restart/reload configuration, no interruption of external service during reboot
* Support for reverse proxy load balancing (currently supports polling, minimum number of connections algorithms)
* Support HTTPS
* Support Rewrite
(The above should be a Web server's main function of it)
Hyper-Performance Web server Hetao update to v0.7.0