Tag

Push Pull

1 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 25, 2024 · Cloud Native

Master Docker & Containerd Image Push/Pull: Secure Registry Configuration

This guide explains how to configure Docker and Containerd to correctly set image push and pull parameters for both HTTP and HTTPS registries, covering insecure registry settings, certificate management, host resolution, and command‑line examples using docker, ctr, crictl, and nerdctl to ensure efficient and secure container image handling.

Image RegistryPush Pullcloud native
0 likes · 12 min read
Master Docker & Containerd Image Push/Pull: Secure Registry Configuration
HomeTech
HomeTech
Dec 27, 2023 · Backend Development

High‑Availability Architecture and Optimization Strategies for Live Streaming Push‑Pull Technology

This article examines the challenges of live streaming push‑pull technology and presents a high‑availability system architecture, network and CDN optimizations, disaster‑recovery mechanisms, fault‑perception monitoring, and security measures to ensure low latency, reliability, and scalability for large‑scale live events.

Performance OptimizationPush Pullbackend
0 likes · 10 min read
High‑Availability Architecture and Optimization Strategies for Live Streaming Push‑Pull Technology
Selected Java Interview Questions
Selected Java Interview Questions
Sep 13, 2023 · Backend Development

Design and Implementation of an Enterprise Feed Stream System

This article explains the concepts, classifications, design choices, and Java‑Redis implementation of a scalable feed stream system for enterprises, covering initialization, push/pull update mechanisms, handling of new posts, deletions, and follow/unfollow actions.

JavaPush Pullbackend
0 likes · 13 min read
Design and Implementation of an Enterprise Feed Stream System
Architect
Architect
Sep 1, 2023 · Backend Development

Evolution of Bilibili Dynamic Feed Architecture: From Incremental Pull to Push-Pull Hybrid

This article details the evolution of Bilibili's dynamic feed system, outlining its business characteristics, multi-layer microservice architecture, caching strategies, and the transition from incremental pull to a hybrid push‑pull model to address scalability, latency, and data consistency challenges.

BilibiliFeed ArchitecturePush Pull
0 likes · 16 min read
Evolution of Bilibili Dynamic Feed Architecture: From Incremental Pull to Push-Pull Hybrid
IT Architects Alliance
IT Architects Alliance
Feb 2, 2023 · Backend Development

Design and Implementation of a Weibo Feed Stream: Storage Architecture, Push vs Pull Models, and Performance Optimizations

This article examines the design of a Weibo‑style feed system, detailing storage tables, the trade‑offs between push (write‑fan‑out) and pull (read‑fan‑out) delivery models, their scalability challenges, and hybrid solutions using caching to achieve low latency and manageable storage costs.

DatabasePush Pullbackend
0 likes · 9 min read
Design and Implementation of a Weibo Feed Stream: Storage Architecture, Push vs Pull Models, and Performance Optimizations
vivo Internet Technology
vivo Internet Technology
Jul 6, 2022 · Backend Development

RocketMQ Consumer Startup Process and Message Consumption Mechanisms

RocketMQ consumers initialize by validating configuration, creating subscription data, establishing a client instance, loading offsets, and starting services before registering with the client factory, after which they can receive messages via push (default low‑latency) or pull modes, support ordered processing, and handle acknowledgments with configurable retries and dead‑letter handling.

ConsumerJavaPush Pull
0 likes · 24 min read
RocketMQ Consumer Startup Process and Message Consumption Mechanisms
360 Quality & Efficiency
360 Quality & Efficiency
Sep 14, 2018 · Backend Development

ZeroMQ Installation, Core Messaging Patterns, and Usage Guide

This article provides a comprehensive tutorial on installing ZeroMQ, explains its basic socket types and messaging patterns such as PUB‑SUB, REQ‑REP, and PUSH‑PULL, and offers practical notes, code snippets, and configuration tips for effective use in backend applications.

MessagingPub/SubPush Pull
0 likes · 7 min read
ZeroMQ Installation, Core Messaging Patterns, and Usage Guide