Tag

flow control

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 26, 2025 · Backend Development

Flow Control in Go (Golang): if/else, for, switch, break, continue, and goto

This article explains Go's flow‑control constructs—including conditional statements, loops, switch branches, and special statements like break, continue, and goto—provides syntax details, highlights key characteristics, and offers multiple code examples to help developers write clear and efficient Go code.

flow controlfor loopgo
0 likes · 9 min read
Flow Control in Go (Golang): if/else, for, switch, break, continue, and goto
JD Tech Talk
JD Tech Talk
May 15, 2025 · Cloud Native

Understanding Sentinel: Architecture, Features, and Implementation Details

This article provides a comprehensive overview of Sentinel, covering its core concepts, flow‑control and circuit‑breaker capabilities, extensible rule engine, dashboard interaction, source package structure, and practical deployment considerations for Java‑based cloud‑native microservices.

JavaSentinelcloud-native
0 likes · 16 min read
Understanding Sentinel: Architecture, Features, and Implementation Details
Deepin Linux
Deepin Linux
Apr 21, 2025 · Fundamentals

TCP Protocol: Overview, Mechanisms, and Practical Usage

This article provides a comprehensive English guide to the Transmission Control Protocol (TCP), covering its connection‑oriented design, reliability features, packet structure, three‑way handshake, data transfer process, flow and congestion control, four‑step termination, and example C++ socket code for establishing, sending, receiving, and closing TCP connections.

C++ SocketTCPcongestion control
0 likes · 42 min read
TCP Protocol: Overview, Mechanisms, and Practical Usage
FunTester
FunTester
Apr 21, 2025 · Backend Development

Sentinel: Flow Control and Circuit Breaking for Microservice Stability

This article explains how Sentinel, an open‑source flow‑control component from Alibaba, provides fine‑grained rate limiting, circuit breaking, and system protection for microservices, detailing its core mechanisms, configuration options, and practical usage in performance and fault testing.

Sentinelbackendcircuit breaking
0 likes · 14 min read
Sentinel: Flow Control and Circuit Breaking for Microservice Stability
php中文网 Courses
php中文网 Courses
Mar 20, 2025 · Fundamentals

Understanding Python Flow Control Statements: if, for, while, break, continue, and pass

This article explains Python's flow control constructs—including conditional statements (if, elif, else), loops (for, while), and control statements (break, continue, pass)—with clear explanations and practical code examples to help readers write logical, efficient programs.

Conditional StatementsPythonflow control
0 likes · 6 min read
Understanding Python Flow Control Statements: if, for, while, break, continue, and pass
Top Architect
Top Architect
Feb 7, 2025 · Fundamentals

Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control

The article provides a comprehensive technical overview of HTTP's history, the design and advantages of the QUIC protocol—including connection establishment, migration, head‑of‑line blocking mitigation, congestion control, ACK handling, and stream/connection flow control—while contrasting it with TCP and HTTP/2 mechanisms.

QUICcongestion controlflow control
0 likes · 15 min read
Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control
JD Tech Talk
JD Tech Talk
Nov 13, 2024 · Backend Development

Understanding Sentinel: Architecture, Core Features, and Practical Implementation

This article provides a comprehensive overview of Sentinel, covering its purpose as a flow‑control component, the rich set of rules it offers, the internal ProcessorSlotChain architecture, datasource integrations, dashboard interactions, source package structure, and practical deployment considerations for Java‑based microservice systems.

DashboardJavaSentinel
0 likes · 17 min read
Understanding Sentinel: Architecture, Core Features, and Practical Implementation
Top Architect
Top Architect
Aug 24, 2024 · Fundamentals

HTTP History, QUIC Overview, and Key Features of HTTP/3

This article traces the evolution of HTTP from its 1991 inception through HTTP/1.1, HTTP/2, and HTTP/3, explains the QUIC protocol’s design and advantages, and details connection establishment, congestion control, flow control, and head‑of‑line blocking mitigation techniques used in modern web transport.

HTTP/3QUICcongestion control
0 likes · 15 min read
HTTP History, QUIC Overview, and Key Features of HTTP/3
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 5, 2024 · Backend Development

Comprehensive Guide to Sentinel: Flow Control, Rate Limiting, Circuit Breaking, and Monitoring for Microservices

This article provides an in‑depth overview of Sentinel, the Alibaba‑developed traffic‑control component for microservices, covering its core concepts, flow‑control algorithms, circuit‑breaking rules, real‑time monitoring features, and practical usage examples with Maven and code snippets.

JavaSentinelSpring Cloud Alibaba
0 likes · 8 min read
Comprehensive Guide to Sentinel: Flow Control, Rate Limiting, Circuit Breaking, and Monitoring for Microservices
Architect
Architect
Apr 22, 2024 · Operations

Flow Governance and High‑Availability Strategies for Microservice Systems

This article explains how to achieve high availability in microservice architectures by applying flow governance techniques such as circuit breaking, isolation, retry policies, degradation, timeout management, and rate limiting, while detailing key metrics like MTBF and MTTR and providing practical implementation guidance.

High AvailabilityRetrycircuit breaker
0 likes · 30 min read
Flow Governance and High‑Availability Strategies for Microservice Systems
Test Development Learning Exchange
Test Development Learning Exchange
Apr 12, 2024 · Fundamentals

10 Essential Python Flow‑Control Examples

This article presents ten practical Python code examples that illustrate conditional statements, loops, list comprehensions, and exception handling, helping readers master the core flow‑control constructs essential for writing clear and efficient programs.

Conditional StatementsException Handlingflow control
0 likes · 5 min read
10 Essential Python Flow‑Control Examples
TAL Education Technology
TAL Education Technology
Nov 16, 2023 · Backend Development

An Analysis of Sentinel-Go Flow Control Principles

This article provides a comprehensive overview of Sentinel-Go's flow control mechanism, detailing core concepts such as resources, tokens, rules, slots, and slot chains, and explaining token calculation strategies, control behaviors, sliding window statistics, and implementation details with Go code examples.

Sentinelflow controlgo
0 likes · 18 min read
An Analysis of Sentinel-Go Flow Control Principles
Code Ape Tech Column
Code Ape Tech Column
Jun 29, 2023 · Backend Development

In-depth Guide to Alibaba Sentinel: Core Concepts, Demo, and Implementation

This article provides a comprehensive introduction to Alibaba Sentinel, covering its purpose, core concepts such as resources and rules, step‑by‑step demos for basic usage and Spring integration, and an analysis of its internal processor slots and flow‑control mechanisms.

Sentinelflow controlrate limiting
0 likes · 19 min read
In-depth Guide to Alibaba Sentinel: Core Concepts, Demo, and Implementation
Code Ape Tech Column
Code Ape Tech Column
Apr 26, 2023 · Backend Development

Comprehensive Guide to Alibaba Sentinel: Installation, Dashboard, Flow Control, Degrade Rules, Hotspot Parameters, Persistence, Cluster Flow Control, and Integration with Spring Cloud

This article provides an in‑depth tutorial on Alibaba Sentinel, covering its core concepts, installation of the dashboard, version selection, flow‑control configuration, degrade rules, hotspot parameter limiting, system adaptive protection, custom block handlers, blacklist/whitelist settings, rule persistence with Nacos, push‑mode synchronization, and cluster flow‑control setup for microservice applications.

JavaNacosSentinel
0 likes · 38 min read
Comprehensive Guide to Alibaba Sentinel: Installation, Dashboard, Flow Control, Degrade Rules, Hotspot Parameters, Persistence, Cluster Flow Control, and Integration with Spring Cloud
Sanyou's Java Diary
Sanyou's Java Diary
Apr 24, 2023 · Backend Development

Unlocking Sentinel: Deep Dive into Flow Control, Rules, and Core Mechanics

This article introduces Alibaba's Sentinel library, explains its core concepts of resources and rules, provides step‑by‑step Java demos—including basic usage and Spring Boot integration—then dissects the internal processor‑slot architecture that powers flow control, circuit breaking, and system protection.

Backend DevelopmentJavaSentinel
0 likes · 21 min read
Unlocking Sentinel: Deep Dive into Flow Control, Rules, and Core Mechanics
Java Architect Essentials
Java Architect Essentials
Apr 12, 2023 · Operations

High‑Availability Architecture for a Billion‑Scale Membership System

This article details the design and implementation of a high‑availability, billion‑scale membership system, covering Elasticsearch dual‑center clusters, traffic‑isolated architectures, deep ES optimizations, Redis caching strategies, MySQL migration with dual‑center partitioning, abnormal member relationship handling, and future fine‑grained flow‑control and degradation plans.

Distributed SystemsElasticsearchHigh Availability
0 likes · 20 min read
High‑Availability Architecture for a Billion‑Scale Membership System
vivo Internet Technology
vivo Internet Technology
Feb 15, 2023 · Artificial Intelligence

Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)

By leveraging the Yugong Platform’s predictive control—combining Prophet‑based threshold forecasts, custom real‑time bandwidth models, and a token‑bucket mechanism—to smooth peaks and fill valleys, enterprises can dramatically improve CDN bandwidth utilization, automate adjustments, and substantially lower peak‑based billing costs.

CDNCost Reductionbandwidth optimization
0 likes · 23 min read
Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)
Sohu Tech Products
Sohu Tech Products
Nov 9, 2022 · Backend Development

Implementing Traffic Replication in an API Gateway with Sentinel

This article explains how to extend Sentinel's flow‑control capabilities in a Spring Cloud Gateway to implement traffic replication, covering Sentinel fundamentals, its slot‑chain architecture, custom filter code, configuration steps, and practical usage for testing and load‑testing with real traffic.

API GatewayJavaSentinel
0 likes · 14 min read
Implementing Traffic Replication in an API Gateway with Sentinel
政采云技术
政采云技术
Aug 9, 2022 · Backend Development

Handling Data Surge in a Data Push Platform: JVM Tuning, Flow Control, and Performance Optimization

This article analyzes the challenges of data‑burst scenarios in a data‑push platform, evaluates traditional throttling methods, presents JVM‑level tuning and a custom heap‑usage based flow‑control mechanism, and validates the solution through extensive pressure testing, demonstrating significant reductions in full GC frequency and overall push latency.

GCJVMResource Limiting
0 likes · 22 min read
Handling Data Surge in a Data Push Platform: JVM Tuning, Flow Control, and Performance Optimization