Tag

Goroutine Pool

0 views collected around this technical thread.

FunTester
FunTester
Jul 25, 2023 · Backend Development

Implementing a Dynamic QPS Load‑Testing Model in Go Using a Goroutine Pool

This article presents a Go‑based dynamic QPS load‑testing framework that leverages a custom goroutine pool, explains the rationale behind reusing goroutines, provides core functions for task execution and console command handling, and includes a complete runnable demo illustrating high‑throughput performance testing.

BackendConcurrencyGo
0 likes · 5 min read
Implementing a Dynamic QPS Load‑Testing Model in Go Using a Goroutine Pool
High Availability Architecture
High Availability Architecture
Sep 18, 2021 · Backend Development

Getty: A Layered Go Network Framework – Design, Optimization, and Performance Insights

Getty is a Go-based, layered network framework that provides data interaction, business control, and network layers with extensible monitoring interfaces, featuring custom SDKs, goroutine pool optimizations, lazy reconnection, sync.Pool tuning, and benchmark results demonstrating high throughput and low resource usage.

GettyGoGoroutine Pool
0 likes · 25 min read
Getty: A Layered Go Network Framework – Design, Optimization, and Performance Insights
360 Quality & Efficiency
360 Quality & Efficiency
May 28, 2021 · Backend Development

Implementing a Goroutine Pool in Go for High-Concurrency Task Management

This article explains why Go's lightweight goroutines enable high concurrency, describes the need for a goroutine pool to control resource usage, outlines the pool's architecture with entry and job channels, and provides a complete Go implementation with example usage.

ConcurrencyGoGoroutine Pool
0 likes · 6 min read
Implementing a Goroutine Pool in Go for High-Concurrency Task Management