Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Oct 29, 2025 · Backend Development

Rethinking Queues: Simple PHP Delayed Tasks Without a Full Message Queue

This article explains how modern PHP applications can handle time‑consuming background work by using controllable delayed delivery with lightweight database or Redis solutions instead of heavyweight queue systems, offering code examples, pros and cons, and guidance on when a full queue is truly needed.

crondatabase schedulingdelayed tasks
0 likes · 8 min read
Rethinking Queues: Simple PHP Delayed Tasks Without a Full Message Queue
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 8, 2021 · Cloud Native

How Alibaba Cut Costs by 30% with Cloud‑Native Database Scheduling

This article explains how Alibaba leveraged cloud‑native Kubernetes scheduling, CPUSet/CPUShare mixed deployment, and a custom multi‑cluster scheduler to reduce database resource costs by over 30% while maintaining performance and stability during large‑scale sales events.

KubernetesResource Managementcloud-native
0 likes · 16 min read
How Alibaba Cut Costs by 30% with Cloud‑Native Database Scheduling