Tag

pull-mode

0 views collected around this technical thread.

Go Programming World
Go Programming World
Mar 17, 2025 · Fundamentals

Exploring Go's //go:linkname Directive and Its Pull, Push, and Handshake Modes

This article explains the Go //go:linkname compiler directive, showing how it can link exported and unexported symbols across packages using Pull, Push, and Handshake modes, provides code examples, discusses safety considerations, and offers guidance for using the directive in Go 1.23 and later.

GoLinknameUnsafe
0 likes · 13 min read
Exploring Go's //go:linkname Directive and Its Pull, Push, and Handshake Modes
Architect
Architect
Feb 4, 2023 · Backend Development

Understanding the Consumer Startup Process in RocketMQ (Pull Mode)

This article explains RocketMQ's consumer startup process in pull mode, detailing the underlying push‑like implementation, configuration validation, instance naming, client initialization, load‑balancing, wrapper handling, offset storage, scheduled tasks, and trace dispatching, accompanied by Java code examples.

ConsumerJavaMessage Queue
0 likes · 11 min read
Understanding the Consumer Startup Process in RocketMQ (Pull Mode)
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jun 3, 2016 · Backend Development

Design and Implementation of Pull Mode in Pushlets Messaging System

This article explains the Pull mode of Pushlets, detailing its protocol steps, server-side session and queue management, client interactions, key configuration parameters, and the encapsulation of Pushlets into a Channel service for scalable backend message pushing.

Message QueueServer Pushbackend development
0 likes · 7 min read
Design and Implementation of Pull Mode in Pushlets Messaging System
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 7, 2015 · Backend Development

Design and Implementation of Pull Mode in the Pushlets Messaging System

This article explains the Pull mode of Pushlets, detailing its protocol, server‑side session management, client interactions, key configuration parameters, and the encapsulated Channel API that enables long‑connection message pushing for browsers and Java clients.

BackendMessagingchannel-api
0 likes · 5 min read
Design and Implementation of Pull Mode in the Pushlets Messaging System