DEV Community

# concurrency

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Your ThreadLocal Is SECRETLY Leaking Memory! FIX IT Before It Crashes!

Your ThreadLocal Is SECRETLY Leaking Memory! FIX IT Before It Crashes!

Comments
5 min read
Your Java App Is DYING! This One Thread Pool Mistake KILLS Performance.

Your Java App Is DYING! This One Thread Pool Mistake KILLS Performance.

Comments
5 min read
🚀 Scaling With Go in 2025: Concurrency That Works

🚀 Scaling With Go in 2025: Concurrency That Works

Comments
1 min read
Concorrência em Python e o GIL

Concorrência em Python e o GIL

Comments
3 min read
Python Threading Example

Python Threading Example

Comments
3 min read
Making a Thread-Safe Cache in .NET

Making a Thread-Safe Cache in .NET

1
Comments 1
2 min read
Learning Go: Why Goroutines Aren’t Just Coroutines

Learning Go: Why Goroutines Aren’t Just Coroutines

Comments
2 min read
Is Node.js Single Threaded or Multithreaded?

Is Node.js Single Threaded or Multithreaded?

Comments
4 min read
Why Your FastAPI App Isn’t Fast: Understanding Python Concurrency

Why Your FastAPI App Isn’t Fast: Understanding Python Concurrency

Comments
12 min read
💡Java Virtual Threads Explained: Continuations, Carrier Threads, and Scalable Concurrency

💡Java Virtual Threads Explained: Continuations, Carrier Threads, and Scalable Concurrency

Comments
4 min read
🔒 Understanding Uniface's Lock Statement: A Developer's Guide

🔒 Understanding Uniface's Lock Statement: A Developer's Guide

Comments
2 min read
Navigating CDI Scope in Quarkus: A Concurrency perspective

Navigating CDI Scope in Quarkus: A Concurrency perspective

Comments
7 min read
Mastering Go’s Context Package: A Practical Guide for Everyday Devs

Mastering Go’s Context Package: A Practical Guide for Everyday Devs

Comments
13 min read
Why Functional Languages Make Thread Safety Easier: A Deep Dive into Concurrency, Mutability, and Paradigm Design

Why Functional Languages Make Thread Safety Easier: A Deep Dive into Concurrency, Mutability, and Paradigm Design

2
Comments
7 min read
Mastering Concurrency in Go, Part 1: Understanding Concurrency vs Parallelism

Mastering Concurrency in Go, Part 1: Understanding Concurrency vs Parallelism

6
Comments
5 min read
Domain Scanner: Find Available Domain Names in a Flash!

Domain Scanner: Find Available Domain Names in a Flash!

Comments
3 min read
A Deep Dive into Go’s sync Package: Mutex, RWMutex, and Pitfalls to Dodge

A Deep Dive into Go’s sync Package: Mutex, RWMutex, and Pitfalls to Dodge

Comments
7 min read
A Deep Dive into the Go Memory Model: Practical Tips for Better Code

A Deep Dive into the Go Memory Model: Practical Tips for Better Code

Comments
9 min read
How to Build Heartbeats in Go: Let Your Goroutines Say 'Still Breathing!'

How to Build Heartbeats in Go: Let Your Goroutines Say 'Still Breathing!'

9
Comments 2
3 min read
Hands-On: Building a High-Performance Message Queue in Go (Inspired by NSQ)

Hands-On: Building a High-Performance Message Queue in Go (Inspired by NSQ)

2
Comments
8 min read
C# Concurrency in a nutshell

C# Concurrency in a nutshell

3
Comments
5 min read
Mastering Go Concurrency Primitives: A Practical Guide

Mastering Go Concurrency Primitives: A Practical Guide

4
Comments
6 min read
Advanced C# Concurrency: Channels, Pipelines, and Parallel Processing

Advanced C# Concurrency: Channels, Pipelines, and Parallel Processing

4
Comments 2
5 min read
Concurrency vs. Parallelism: Achieving Scalability with ProcessPoolExecutor

Concurrency vs. Parallelism: Achieving Scalability with ProcessPoolExecutor

Comments
10 min read
Goroutine Scheduling: From Zero to Hero in Go Concurrency

Goroutine Scheduling: From Zero to Hero in Go Concurrency

4
Comments
11 min read
loading...