Tagged articles
16 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Jan 2, 2025 · Backend Development

What’s New in Workerman 5.0? Release, RFC3875 Compliance, and Upgrade Guide

Workerman 5.0 has been officially released after two years of development, bringing performance boosts, coroutine support, full compliance with the RFC3875 CGI specification, PHP 8.3 compatibility, and detailed installation and upgrade instructions, including version differences and status checks for both pre‑5.0 and post‑5.0 environments.

CGIInstallationPHP
0 likes · 7 min read
What’s New in Workerman 5.0? Release, RFC3875 Compliance, and Upgrade Guide
Tencent Cloud Developer
Tencent Cloud Developer
Aug 15, 2024 · Fundamentals

Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution

The article walks through every stage of a web request—from IPv4 addressing, NAT, and DNS resolution through CDN proximity and TCP stream handling, to HTTP framing, CGI versus FastCGI processing, stateless versus stateful server models, and finally database scaling techniques such as sharding and Redis caching.

CDNCGIDNS
0 likes · 21 min read
Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution
php Courses
php Courses
Oct 9, 2022 · Backend Development

Understanding CGI, FastCGI, and php-fpm in PHP Backend Development

This article explains the CGI protocol, how PHP implements it, the advantages of FastCGI as a persistent process manager, and how php-fpm extends FastCGI to provide smoother configuration changes and improved performance for PHP web applications.

CGIPHPWeb server
0 likes · 3 min read
Understanding CGI, FastCGI, and php-fpm in PHP Backend Development
php Courses
php Courses
Jul 7, 2021 · Backend Development

Understanding PHP SAPI Internals: CGI Module Structure and Startup Process

This article provides an in‑depth English overview of PHP’s SAPI architecture, detailing the CGI SAPI module structure, the core _sapi_module_struct and sapi_globals definitions, and walking through the startup sequence including sapi_startup, sapi_globals_ctor, and FastCGI initialization with code examples.

CCGISAPI++
0 likes · 10 min read
Understanding PHP SAPI Internals: CGI Module Structure and Startup Process
Beike Product & Technology
Beike Product & Technology
Jul 26, 2019 · Fundamentals

FastCGI Protocol Specification: A Comprehensive Guide

This article provides a detailed translation and explanation of the FastCGI protocol specification, covering its architecture, record types, roles, and implementation details for developers working with PHP-FPM and web servers like nginx.

Application DevelopmentCGIWeb server
0 likes · 32 min read
FastCGI Protocol Specification: A Comprehensive Guide
MaGe Linux Operations
MaGe Linux Operations
Jan 28, 2019 · Backend Development

Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More

An in‑depth guide explains the evolution from CGI to FastCGI, WSGI, uWSGI, Gunicorn and Tornado, detailing each protocol’s architecture, performance benefits, and deployment steps for Python web applications, helping developers choose the right server setup for production environments.

CGIGunicornPython
0 likes · 13 min read
Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More