Search Results

11
votes
7answers
824 views

What is a race condition?

When writing multi-threaded applications, one of the most common problems experienced are race conditions. My question to the community, is: What is a race condition? How do you …
4
votes
6answers
648 views

What is a deadlock?

When writing multi-threaded applications, one of the most common problems experienced are deadlocks. My question to the community, is: What is a deadlock? How do you detect them? …
6
votes
8answers
1k views

What is a semaphore?

A semaphore is a programming concept that is frequently used to solve multi-threading problems. My question to the community: What is a semaphore and how do you use it? …
7
votes
12answers
1k views

What is a mutex?

A mutex is a programming concept that is frequently used to solve multi-threading problems. My question to the community: What is a mutex and how do you use it? …
2
votes

What is a mutex?

Nope, just asking some basic questions that I noticed were missing, and I consider it bad form to answer your own questions. …