Multi-Threaded Proxy Server

C++POSIX ThreadsSemaphoresMutexes
Multi-Threaded Proxy Server

A multi-threaded HTTP proxy server in C with an LRU cache, supporting concurrent client connections using POSIX threads, semaphores, and mutexes for efficient response caching.