Tag

Job Queue

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 23, 2020 · Backend Development

Using Gearman with PHP: Setup, Worker and Client Scripts, and Deployment

This article provides a step‑by‑step guide for configuring Gearman persistence, writing PHP worker and client scripts, setting up GearmanManager, launching the gearmand server with MySQL storage, and running the client to dispatch thousands of email jobs, illustrating fault‑tolerant asynchronous processing.

GearmanJob QueueMySQL
0 likes · 4 min read
Using Gearman with PHP: Setup, Worker and Client Scripts, and Deployment
Architects Research Society
Architects Research Society
Aug 30, 2020 · Databases

Lessons Learned from Hosting PostgreSQL at Scale and Using It as a Job Queue

This article shares a detailed case study of how a startup managed a massive cinema‑ticket dataset with PostgreSQL, evaluated cloud and self‑hosted options, refined materialized‑view strategies, built a reliable job queue, and distilled practical takeaways for large‑scale database operations.

Cloud HostingDatabase ScalingJob Queue
0 likes · 27 min read
Lessons Learned from Hosting PostgreSQL at Scale and Using It as a Job Queue
Architecture Digest
Architecture Digest
Mar 11, 2018 · Backend Development

Handling 1 Million Requests per Minute with Go: A Scalable Backend Architecture

The article describes how a Go‑based backend, using a two‑layer job/worker pattern with buffered channels and configurable worker pools, can reliably ingest millions of POST requests per minute, serialize payloads to Amazon S3, and dramatically reduce server count through Elastic Beanstalk auto‑scaling.

GoJob QueueS3
0 likes · 12 min read
Handling 1 Million Requests per Minute with Go: A Scalable Backend Architecture