concurrency

Tag

Cards List
#concurrency

The `Sync` bound nobody asked for

Lobsters Hottest · 2d ago Cached

Explains how `&self` on an async trait method with a `Send` future implicitly requires `Sync` on the implementing type, and offers fixes like switching to `&mut self` or using `Sync` interior mutability.

0 favorites 0 likes
#concurrency

Potential Consequences of Using Postgres as a Job Queue

Lobsters Hottest · 3d ago Cached

The article analyzes the scalability limitations of using PostgreSQL as a job queue, specifically highlighting performance bottlenecks caused by MultiXact SLRU contention under high concurrency. It explains why this architecture fails in production despite working well in development and suggests considering alternatives.

0 favorites 0 likes
#concurrency

What Async Promised and What It Delivered

Hacker News Top · 2026-04-22 Cached

A deep dive into the evolution of async programming models—from callbacks to promises—highlighting how each wave solved prior resource and performance issues while introducing new ergonomic challenges.

0 favorites 0 likes
#concurrency

@system_monarch: I have 12 years of experience and working as a Principal Engineer @Atlassian and I have seen concurrency scaring the he…

X AI KOLs Timeline · 2026-04-21 Cached

An Atlassian Principal Engineer highlights how concurrency concepts intimidate junior engineers and dominate backend interview fears.

0 favorites 0 likes
← Back to home

Submit Feedback