Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 329 Bytes

File metadata and controls

12 lines (8 loc) · 329 Bytes

Multi-Threaded Resolver

Implements a concurrent hostname resolution tool using a producer–consumer architecture.

What does it feature?

  • Requester and resolver thread pools
  • Thread-safe bounded buffer
  • Synchronization using pthread mutexes and condition variables
  • Safe termination without deadlock or starvation